git: 9front

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