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