git: 9front

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