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