git: 9front

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