]> gcc.gnu.org Git - gcc.git/blob - libf2c/libU77/Version.c
14d112e50a987d1bcd26a031a638cc9b40ac82b9
[gcc.git] / libf2c / libU77 / Version.c
1 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
2
3 char __G77_LIBU77_VERSION__[] = "0.5.26 20010203 (experimental)";
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 }
This page took 0.038621 seconds and 4 git commands to generate.