git: 9front

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