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