git: 9front

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