git: 9front

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