shithub: riscv

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