shithub: plan9front

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