git: 9front

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