git: 9front

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