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