git: 9front

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