git: 9front

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