git: 9front

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