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