shithub: riscv

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