git: 9front

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