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