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