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