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

⟦3a165ba7f⟧ TextFile

    Length: 240 (0xf0)
    Types: TextFile
    Names: »vers.c«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Empire.V/V1.1/COMMANDS/vers.c« 

TextFile

#include        "empdef.h"

char    Version[] = "~@(#)Version 1.1 Old Empire\nOct 1985\n (decompiled 1983 from PDP 11/70 object)";

vers()
{

        printf("%s\n(Probably out of date by now.)", &Version[5]);
        return(NORM_RETURN);
}