shithub: riscv

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