git: 9front

ref: 147b367e710c4a6e02a7da17661b18a6cf2b3bad
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;
}