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