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