shithub: riscv

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