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