git: 9front

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