git: 9front

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