]> sourceware.org Git - glibc.git/blob - dlfcn/modstatic.c
elf: Add CPU iteration support for future use in ld.so diagnostics
[glibc.git] / dlfcn / modstatic.c
1 extern int test (int);
2
3 int
4 test (int a)
5 {
6 return a + a;
7 }
This page took 0.035072 seconds and 5 git commands to generate.