shithub: riscv

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