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