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