git: 9front

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