shithub: riscv

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