git: 9front

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