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