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