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