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