DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦649d2923b⟧ TextFile

    Length: 402 (0x192)
    Types: TextFile
    Names: »version.c«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Warp/version.c« 

TextFile

/* $Header: version.c,v 7.0 86/10/08 15:14:39 lwall Exp $
 *
 * $Log:	version.c,v $
 * Revision 7.0  86/10/08  15:14:39  lwall
 * Split into separate files.  Added amoebas and pirates.
 * 
 */

#include "patchlevel.h"
#include "INTERN.h"
#include "version.h"

/* Print out the version number. */

void
version()
{
    extern char rcsid[];

    printf("%s\r\nPatch level: %d\r\n", rcsid, PATCHLEVEL);
}