1999-09-18 10:51:31 +00:00
|
|
|
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
|
|
|
|
|
2000-12-14 21:42:21 +00:00
|
|
|
char __G77_LIBU77_VERSION__[] = "0.5.26 20000711 (prerelease)";
|
1999-09-18 10:51:31 +00:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
void
|
|
|
|
g77__uvers__ ()
|
|
|
|
{
|
|
|
|
fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
|
|
|
|
fputs (junk, stderr);
|
|
|
|
}
|