git: 9front

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