shithub: riscv

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