shithub: riscv

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