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