shithub: riscv

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