shithub: riscv

ref: 52ac66512399a01cb3f9cbfb1e75e4ac860b4c79
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;
}