shithub: riscv

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