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