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