shithub: riscv

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