shithub: riscv

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