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