git: 9front

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