|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 240 (0xf0) Types: TextFile Names: »vers.c«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Empire.V/V1.1/COMMANDS/vers.c«
#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); }