shithub: riscv

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