git: 9front

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