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