git: 9front

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