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