shithub: riscv

ref: 2bdd2663dbea21a0718b718965a1db75dbf2fdb4
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;
}