gdb-2.4+.aux.coff
[deliverable/binutils-gdb.git] / gdb / testfb.c
1
2 main ()
3 {
4 foo(2);
5 foo(3);
6 }
7
8 foo (i)
9 {
10 printf ("i is %d, ", i);
11 printf ("i*i is %d\n", i * i);
12 }
This page took 0.029446 seconds and 4 git commands to generate.