shithub: riscv

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