git: 9front

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