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

⟦96f63667b⟧ TextFile

    Length: 478 (0x1de)
    Types: TextFile
    Names: »vers.c«

Derivation

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

TextFile

#ident "@(#) TREK73 $Header: vers.c,v 1.1 87/10/09 11:13:48 okamoto Exp $"
/*
 * $Source: /ccc/okamoto/src/trek/src/RCS/vers.c,v $
 *
 * $Header: vers.c,v 1.1 87/10/09 11:13:48 okamoto Exp $
 *
 * $Log:	vers.c,v $
 * Revision 1.1  87/10/09  11:13:48  11:13:48  okamoto (Jeff Okamoto)
 * Initial revision
 * 
 */
/*
 * TREK73: vers.c
 *
 * version
 */

vers()
{
	extern char version[];

	printf("%s\n", version);
	printf("Jeff Okamoto, Peter Yee, and Roger Noe\n");
	return 1;
}