git: 9front

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