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