shithub: riscv

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