git: 9front

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