shithub: riscv

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