shithub: riscv

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