git: 9front

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