2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-31 20:55:23 +08:00
gcc/libf2c/libU77/Version.c
Jeff Law bf12327043 Daily bump.
From-SVN: r34729
2000-06-27 01:45:10 -06:00

13 lines
266 B
C

static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
char __G77_LIBU77_VERSION__[] = "0.5.25 20000627 (prerelease)";
#include <stdio.h>
void
g77__uvers__ ()
{
fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
fputs (junk, stderr);
}