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