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