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