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