git: 9front

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