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