git: 9front

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