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