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