#include int foo (int c) { pagefault_disable(); c ++; pagefault_enable(); return c; }