git: 9front

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