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

⟦db8fb9ab8⟧ TextFile

    Length: 212 (0xd4)
    Types: TextFile
    Names: »color.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xmille/cards/color.h« 

TextFile

/*
 * color.h
 *
 * definitions for standard colors
 */

# define BLACK_COLOR	0
# define WHITE_COLOR	1
# define RED_COLOR	2
# define GREEN_COLOR	3
# define GREY_COLOR	4
# define BLUE_COLOR	5
# define NUM_COLOR	6