shithub: riscv

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