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