shithub: riscv

ref: 0afac04530db7e603b94a16cd4e06fa135faead1
dir: /sys/src/libc/9sys/getpid.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<tos.h>

int
getpid(void)
{
	return _tos->pid;
}