git: 9front

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