git: 9front

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