git: 9front

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