git: 9front

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