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