|
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:
167 bytes
|
| Line | |
|---|
| 1 | #include <stdio.h>
|
|---|
| 2 | int
|
|---|
| 3 | foo (void)
|
|---|
| 4 | {
|
|---|
| 5 | printf ("%s:%s\n", __FILE__, __func__);
|
|---|
| 6 | return 1;
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | int
|
|---|
| 10 | baz (void)
|
|---|
| 11 | {
|
|---|
| 12 | printf ("%s:%s\n", __FILE__, __func__);
|
|---|
| 13 | return 20;
|
|---|
| 14 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.