shithub: riscv

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