* ChangeLog: Follow spelling conventions.
[official-gcc.git] / libf2c / libU77 / Version.c
blob5a0a1c0aabf9d7ef7807bb3110733ba59b5bcc65
1 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
3 char __G77_LIBU77_VERSION__[] = "3.3 20020914 (experimental)";
5 #include <stdio.h>
7 void
8 g77__uvers__ ()
10 fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
11 fputs (junk, stderr);