shithub: riscv

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