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