shithub: plan9front

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