shithub: riscv

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