shithub: riscv

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