shithub: riscv

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