git: 9front

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