shithub: riscv

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