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