shithub: front

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