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