shithub: riscv

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