shithub: riscv

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