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