Last change
on this file was 2, checked in by bird, 22 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:
262 bytes
|
Line | |
---|
1 | static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
|
---|
2 |
|
---|
3 | char __G77_LIBU77_VERSION__[] = "3.2.2 20030205 (release)";
|
---|
4 |
|
---|
5 | #include <stdio.h>
|
---|
6 |
|
---|
7 | void
|
---|
8 | g77__uvers__ ()
|
---|
9 | {
|
---|
10 | fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
|
---|
11 | fputs (junk, stderr);
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.