shithub: riscv

ref: 4afb56f570b3d6943e39bda5c9a2992a3bd139d2
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;
}