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