shithub: riscv

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