git: 9front

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