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