git: 9front

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