git: 9front

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