shithub: riscv

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