git: 9front

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