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