git: 9front

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