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