git: 9front

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