shithub: riscv

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