git: 9front

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