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