Beispiel #1
0
void foo_global_2(void)
{
    foo_global_1();
    foo_file();

    bar_global = 10;
    bar_file = 7;
}
Beispiel #2
0
Datei: foo.c Projekt: cslarsen/q
int call_above_function() {
  return 1 + foo_file();
}