git: 9front

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