git: 9front

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