git: 9front

ref: 2cdb58c1d3d3880597a7b4e40fc06470426d62dc
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;
}