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

⟦8f13c7fa9⟧ TextFile

    Length: 449 (0x1c1)
    Types: TextFile
    Names: »glob.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/quicspool/libglob/glob.h« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/quicspool/libglob/glob.h« 

TextFile

/* $Header: glob.h,v 1.1 88/01/15 12:15:48 simpson Rel $ */
/* 
$Log:	glob.h,v $
 * Revision 1.1  88/01/15  12:15:48  simpson
 * initial release
 * 
 * Revision 0.1  87/12/11  17:18:07  simpson
 * beta test
 * 
*/
#define GLOB_MAX_PATTERN	1024
#define GLOB_OK			0
#define GLOB_PATTERN_TOO_BIG	-1
#define GLOB_PATTERN_EMPTY	-2
#define GLOB_BRACKET_MISSING	-3
#define GLOB_RANGE_INVERTED	-4
#define GLOB_SET_TOO_BIG	-5
#define GLOB_EXECUTION_ERROR	-6