shithub: riscv

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