shithub: plan9front

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