shithub: riscv

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