shithub: front

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