git: 9front

ref: 57f262b135ee14e3760b9b88f623e205eedaaf4f
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;
}