shithub: riscv

ref: 57ed5cc3f033446311b32181e72128326d80b9ef
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;
}