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