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