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