git: 9front

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