git: 9front

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