git: 9front

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