git: 9front

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