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