source: vendor/glibc-tests/2005-06-14/elf/testobj6.c

Last change on this file was 2036, checked in by bird, 20 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 173 bytes
Line 
1#include "testobj.h"
2
3int
4obj6func1 (int a __attribute__ ((unused)))
5{
6 return 77;
7}
8
9int
10obj6func2 (int a)
11{
12 return foo (a) + 46;
13}
14
15int
16preload (int a)
17{
18 return a;
19}
Note: See TracBrowser for help on using the repository browser.