git: 9front

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