shithub: riscv

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