shithub: riscv

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