git: 9front

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