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