git: 9front

ref: 004545643632a10aa251d35e7c1f1be36b3aaf07
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;
}