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