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