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