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