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