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