shithub: riscv

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