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