shithub: riscv

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