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