git: 9front

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