git: 9front

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