git: 9front

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