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