shithub: riscv

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