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