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