git: 9front

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