git: 9front

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