git: 9front

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