git: 9front

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