shithub: riscv

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