shithub: riscv

ref: 51115b92143e22fef68110036ed42ccb93e0c021
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;
}