shithub: riscv

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