git: 9front

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