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