source: vendor/gcc/3.2.2/libf2c/libU77/Version.c

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 262 bytes
Line 
1static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
2
3char __G77_LIBU77_VERSION__[] = "3.2.2 20030205 (release)";
4
5#include <stdio.h>
6
7void
8g77__uvers__ ()
9{
10 fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
11 fputs (junk, stderr);
12}
Note: See TracBrowser for help on using the repository browser.