shithub: riscv

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