git: 9front

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