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