git: 9front

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