git: 9front

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