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