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