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