git: 9front

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