gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / skip1.c
1 int bar()
2 {
3 return 1;
4 }
5
6 int baz(int a)
7 {
8 return a + 1;
9 }
This page took 0.036057 seconds and 4 git commands to generate.