git: 9front

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