shithub: riscv

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