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
Index: T X

⟦6aac8524c⟧ TextFile

    Length: 1166 (0x48e)
    Types: TextFile
    Names: »Xwhite.h«

Derivation

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

TextFile

/*
 * $Header: Xwhite.h,v 1.2 88/02/13 12:57:04 hale Exp $
 */

/*

        Copyright 1987      Greg Hale

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation.  No representations are made about the
suitability of this software for any purpose.  It is
provided "as is" without express or implied warranty.

*/


#define white_width 25
#define white_height 25
static short white_bits[] = {
   0x0000, 0x0000, 0x0000, 0x0000,
   0x0000, 0x0000, 0xfe00, 0x0000,
   0x0180, 0x0003, 0x0040, 0x0004,
   0x2020, 0x0008, 0x8010, 0x0010,
   0x0010, 0x0012, 0x0008, 0x0021,
   0x0008, 0x0024, 0x0008, 0x0022,
   0x0008, 0x0020, 0x0008, 0x0024,
   0x0008, 0x0020, 0x0008, 0x0020,
   0x0010, 0x0010, 0x0010, 0x0010,
   0x0020, 0x0008, 0x0040, 0x0004,
   0x0180, 0x0003, 0xfe00, 0x0000,
   0x0000, 0x0000, 0x0000, 0x0000,
   0x0000, 0x0000};
/*
 * $Log:	Xwhite.h,v $
 * Revision 1.2  88/02/13  12:57:04  hale
 * added logging.
 * 
 */