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