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