git: 9front

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