git: 9front

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