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