git: 9front

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