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