shithub: front

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