git: 9front

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