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