shithub: riscv

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