shithub: riscv

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