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