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