shithub: riscv

ref: 7364a96b289c24637db802fca6c57d8024ca2359
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;
}