source: trunk/binutils/ld/testsuite/ld-srec/sr2.c

Last change on this file was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 181 bytes
Line 
1/* This file is compiled and linked into the S-record format. */
2
3int e1;
4int e2 = 1;
5
6int
7fn1 (s)
8 char *s;
9{
10 return s[e1];
11}
12
13int
14fn2 (s)
15 char *s;
16{
17 return s[e2];
18}
Note: See TracBrowser for help on using the repository browser.