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