git: 9front

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