git: 9front

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