shithub: riscv

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