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