shithub: riscv

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