shithub: riscv

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