git: 9front

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