ref: 92ae02af1c238fbd4ae76197c04a1745f7f7d664 dir: /sys/src/libc/9sys/getpid.c/
#include <u.h> #include <libc.h> #include <tos.h> int getpid(void) { return _tos->pid; }