git: 9front

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