shithub: riscv

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