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