shithub: riscv

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