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