git: 9front

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