git: 9front

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