git: 9front

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