shithub: riscv

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