shithub: riscv

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