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