shithub: riscv

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