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