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