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