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