shithub: riscv

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