git: 9front

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