git: 9front

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