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