git: 9front

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