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