shithub: riscv

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