meta, C++


/* Module >>   for_all.h

   *****************************************************************************

*/

#include precomp.h

#include macros_1.h

#include standard.h : cpp
// # define   m_exut  exut.
// Globale Variablen - keine darf 'static' sein, da man sonst Schwierigkeiten
// mit DDL's bekommt:

#ifndef  __EXEC_UT_H__

#include exec_ut.h : cpp

#include toscreen.h : cpp

#endif

class      ExecUt ;

extern  ExecUt exut ;

extern  FILE * stout ;

extern  FILE * sterr ;

extern  long trace_from, call_nr ;

extern  char * comment ;

extern  char * inproc  ;

#ifdef   __MAIN_PROG__

FILE * stout ;

FILE * sterr ;

int testMe   = false  ;

int traceMe  = false  ;

int ticks    = clock();

int errors   = 0      ;

static  ExecUt exut( "app" ) ;

int     okAt                ;

long    trace_from, call_nr ;

char *  comment             ;

char *  inproc              ;

char *  Monat   [ 14 ]      ; // 12 ist zu wenig              char    str_date[ 20 ]      ; // YYYY.MM.DD              char    cur_date[ 20 ]      ; 

#endif

#ifdef __TESTING__

#endif

#endif 

top . is_inc_for . C++
Include-structure of
todir / for_all.h

.   exec_ut.h
.   .   exec_ut.h3
.   .   for_all.h
.   .   .   macros_1.h
.   .   .   precomp.h
.   .   .   .   basis.h
.   .   .   .   .   compiler.h
.   .   .   .   .   dmlerr.h
.   .   .   .   en.h
.   .   .   .   .   en_lec.h
.   .   .   .   limits.h
.   .   .   .   mt.h
.   .   .   .   obsolete.h
.   .   .   .   ot.h
.   .   .   .   st.h
.   .   .   .   trace.h
.   .   .   standard.h
.   .   .   toscreen.h
.   .   traceco.h

19 include files
top . is_inc_for . C++