git: 9front

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