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