git: 9front

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