git: 9front

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