shithub: riscv

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