shithub: riscv

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