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