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