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