git: 9front

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