git: 9front

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