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

⟦647a2b056⟧ TextFile

    Length: 420 (0x1a4)
    Types: TextFile
    Names: »union.h«

Derivation

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

TextFile

#ident "@(#) TREK73 $Header: union.h,v 1.1 87/10/09 11:14:09 okamoto Exp $"
/*
 * $Source: /ccc/okamoto/src/trek/src/RCS/union.h,v $
 *
 * $Header: union.h,v 1.1 87/10/09 11:14:09 okamoto Exp $
 *
 * $Log:	union.h,v $
 * Revision 1.1  87/10/09  11:14:09  11:14:09  okamoto (Jeff Okamoto)
 * Initial revision
 * 
 */
/*
 * TREK73: union.h
 *
 * Union for yacc
 */
typedef union {
	double dval;
	char sval[20];
} YYSTYPE;