shithub: riscv

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