Loading...



int foo1() { return 1; }
int foo2() { return 2; }

#ifndef NO_FOO34
  int foo3() { return 3; }
  int foo4() { return 4; }
#endif

int foo5() { return 5; }
int foo6() { return 6; }

#ifndef NO_FOO34
  int foo7() { return 7; }
  int foo8() { return 8; }
#endif