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