git: 9front

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