shithub: riscv

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