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