git: 9front

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