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