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