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

⟦9942b696b⟧ TextFile

    Length: 512 (0x200)
    Types: TextFile
    Names: »vstring.h«

Derivation

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

TextFile

extern int16
    newstr(	 /* str */ ),	/* Sets up str as a new permanent string */
    newtstr( /* str */ ),	/* Sets up str as a new temporary string */
    vs_save( /* int16 */ ),	/* Sets up virtstr( int16 ) as a new "CMOS"
				   string */
    numstr();			/* Returns the number of permanent strings
				   defined */

extern int32
    numchar();			/* Returns the number of permanent chars
				   allocated */
extern char
    *virtstr( /* index */ );	/* Returns the virtstr at index */

/*** EOF vstring.h ***/