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