shithub: riscv

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