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