shithub: riscv

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