git: 9front

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