git: 9front

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