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