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