git: 9front

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