git: 9front

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