git: 9front

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