git: 9front

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