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