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