git: 9front

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