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