git: 9front

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