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