git: 9front

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