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