repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
libf2c
/
libU77
/
Version.c
blob
5edeeefb4551aacdfb05d1219befb447214417c0
1
static char
junk
[] =
"
\n
@(#) LIBU77 VERSION 19980709
\n
"
;
2
3
char
__G77_LIBU77_VERSION__
[] =
"0.5.26 20000708 (prerelease)"
;
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
}