shithub: riscv

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