shithub: riscv

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