git: 9front

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