shithub: riscv

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