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