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