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