git: 9front

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