]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/neededobj2.c
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / neededobj2.c
1 extern void b_function (void);
2 extern void c_function (void);
3
4 void
5 b_function (void)
6 {
7 c_function();
8 }