git: 9front

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