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