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