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

⟦534549fe4⟧ TextFile

    Length: 246 (0xf6)
    Types: TextFile
    Names: »mapfile.h«

Derivation

└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5
    └─⟦2ca9b63e1⟧ »./contrib-1/contrib-1.00« 
        └─⟦a8392fb20⟧ 
            └─⟦this⟧ »contrib/examples/text/ttextext/mapfile.h« 

TextFile

/*
 * mapfilein returns an array of (struct mapfile) in the maplist variable as 
 * well as a count of the number of elements in the array.
 */

struct mapfile {
    int len;
    char *line;
};

extern int mapfilein();
extern void mapfilefree();