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