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 - download

⟦d88118d82⟧ TextFile

    Length: 492 (0x1ec)
    Types: TextFile
    Names: »for.h++«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/image/varc++/for.h++« 

TextFile

/* prevents repeated reading of file */
#ifndef FOR_H
#define FOR_H 1
/* 
    this is to define true powerful iterators for for loops
*/
#define FOR { for /* so for loop is inside a block */
#define ENDFOR } /* terminate block */
#endif FOR_H
/*
Copyright (C) 1986, David Sher in the University of Rochester
Permission is granted to any individual or institution to use, copy, or
redistribute this software so long as it is not sold for profit, provided
this copyright notice is retained.
*/