source: vendor/glibc-tests/2005-06-14/elf/testobj.h

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: 420 bytes
Line 
1extern int preload (int a);
2
3extern int foo (int);
4
5extern int obj1func1 (int);
6
7extern int obj1func2 (int);
8
9extern int obj2func1 (int);
10
11extern int obj2func2 (int);
12
13extern int obj3func1 (int);
14
15extern int obj3func2 (int);
16
17extern int obj4func1 (int);
18
19extern int obj4func2 (int);
20
21extern int obj5func1 (int);
22
23extern int obj5func2 (int);
24
25extern int obj6func1 (int);
26
27extern int obj6func2 (int);
28
Note: See TracBrowser for help on using the repository browser.