shithub: riscv

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