git: 9front

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