shithub: riscv

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