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