git: 9front

ref: 746b97bc6a27dc44d4ce236ed67faa0b1bd5347f
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;
}