mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-21 21:27:44 +01:00
13 lines
263 B
C
13 lines
263 B
C
|
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
|
||
|
|
||
|
char __G77_LIBU77_VERSION__[] = "0.5.25 20010315 (release)";
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
void
|
||
|
g77__uvers__ ()
|
||
|
{
|
||
|
fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
|
||
|
fputs (junk, stderr);
|
||
|
}
|