git: 9front

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