shithub: riscv

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