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

⟦a0706c478⟧ TextFile

    Length: 379 (0x17b)
    Types: TextFile
    Names: »INTERN.h«

Derivation

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

TextFile

/* $Header: INTERN.h,v 7.0.1.1 86/12/12 16:51:45 lwall Exp $
 *
 * $Log:	INTERN.h,v $
 * Revision 7.0.1.1  86/12/12  16:51:45  lwall
 * Guarded the undefs.
 * 
 * Revision 7.0  86/10/08  15:11:37  lwall
 * Split into separate files.  Added amoebas and pirates.
 * 
 */

#ifdef EXT
#undef EXT
#endif
#define EXT

#ifdef INIT
#undef INIT
#endif
#define INIT(x) = x

#define DOINIT