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