shithub: riscv

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