git: 9front

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