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