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