git: 9front

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