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