shithub: riscv

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