shithub: riscv

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