git: 9front

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