shithub: riscv

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