git: 9front

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