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