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 |
|
---|
3 | extern int back (void);
|
---|
4 |
|
---|
5 | int
|
---|
6 | baz (void)
|
---|
7 | {
|
---|
8 | printf ("%s:%s\n", __FILE__, __func__);
|
---|
9 | return back ();
|
---|
10 | }
|
---|
11 |
|
---|
12 | int
|
---|
13 | xyzzy (void)
|
---|
14 | {
|
---|
15 | printf ("%s:%s\n", __FILE__, __func__);
|
---|
16 | return 0;
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.