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