git: 9front

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