shithub: riscv

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