shithub: riscv

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