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