git: 9front

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