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

⟦8dbba41b6⟧ TextFile

    Length: 648 (0x288)
    Types: TextFile
    Names: »TestInit.h«

Derivation

└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5
    └─⟦af7d3f39a⟧ »./mit-2/mit-2.00« 
        └─⟦0abaffd9e⟧ 
            └─⟦this⟧ »mit/demos/xcmstest/TestInit.h« 

TextFile

#ifndef TESTINIT
#ifndef LINT
#ifdef RCS_ID
#endif 
#endif 

#ifndef LIBTEST
#include "LibTest.h"
#ifndef LIBTEST
#define LIBTEST
#endif
#endif
#ifndef _X11_XLIB
#include <X11/Xlib.h>
#ifndef _X11_XLIB
#define _X11_XLIB
#endif
#endif


#ifdef AUTOHEADER
#else
#endif

#ifndef	GLOBAL
#  define	GLOBAL
#endif

extern Display	*pDpy;
extern GC	gc;


extern void
TestInit();
#ifdef XDEBUG
#endif 
#ifdef NEED_COLORMAP
#endif 
#ifdef NEED_WINDOW
#endif 
#ifdef NEED_GC
#endif 
#ifdef NEED_FONTS
#endif 
extern void
TestCleanup();
#ifdef NEED_GC
#endif 
#ifdef NEED_WINDOW
#endif 
#ifdef NEED_FONTS
#endif 
#ifndef TESTINIT
#define TESTINIT
#endif
#endif