git: 9front

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