git: 9front

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