shithub: riscv

ref: 403584715f06a7bd72f8c350fa4100468f2e8bb4
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;
}