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