shithub: riscv

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