shithub: riscv

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