mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
be1152cab2
2001-08-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * dlfcn/Makefile: Add rules for new testcase tststatic. * dlfcn/tststatic.c: New file. * dlfcn/modstatic.c: New file.
6 lines
37 B
C
6 lines
37 B
C
int
|
|
test (int a)
|
|
{
|
|
return a + a;
|
|
}
|