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