shithub: riscv

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