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