git: 9front

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