git: 9front

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