git: 9front

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