git: 9front

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