source: vendor/glibc-tests/glibc/elf/tst-deep1mod3.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: 200 bytes
Line 
1#include <stdio.h>
2
3extern int back (void);
4
5int
6baz (void)
7{
8 printf ("%s:%s\n", __FILE__, __func__);
9 return back ();
10}
11
12int
13xyzzy (void)
14{
15 printf ("%s:%s\n", __FILE__, __func__);
16 return 0;
17}
Note: See TracBrowser for help on using the repository browser.