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