shithub: riscv

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