git: 9front

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