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