* ggc-common.c (ggc_print_statistics): Make arguments to fprintf
[official-gcc.git] / libf2c / libU77 / Version.c
blob6cbd0ba166c36c2476b448fe50feb30cd78d6946
1 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
3 char __G77_LIBU77_VERSION__[] = "0.5.25 19991030 (prerelease)";
5 #include <stdio.h>
7 void
8 g77__uvers__ ()
10 fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
11 fputs (junk, stderr);