git: 9front

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