git: 9front

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