shithub: riscv

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