git: 9front

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