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