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