shithub: riscv

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