shithub: riscv

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