shithub: riscv

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