shithub: riscv

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