Sign in
gnu
/
gcc.git
/
54c256f3bb31a704fcee68af4f8f0eeaf8a0763e
/
.
/
libf2c
/
libU77
/
Version.c
blob: 6fb0b42b55b687340e55960c85443ce28165ed1c [
file
] [
log
] [
blame
]
static
char
junk
[]
=
"\n@(#) LIBU77 VERSION 19980709\n"
;
char
__G77_LIBU77_VERSION__
[]
=
"0.5.24-19990305"
;
#include
<stdio.h>
void
g77__uvers__
()
{
fprintf
(
stderr
,
"__G77_LIBU77_VERSION__: %s"
,
__G77_LIBU77_VERSION__
);
fputs
(
junk
,
stderr
);
}