git: 9front

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