shithub: riscv

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