git: 9front

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