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