00001 00017 #ifndef _PROBLEM_H 00018 #define _PROBLEM_H 00019 00044 extern int verbose; 00045 00047 extern int numElements; 00048 00050 #ifdef COUNT 00051 #define isNil(p) (p==0&ADD_NIL_COMP) 00052 #else 00053 #define isNil(p) (p==0) 00054 #endif /* COUNT */ 00055 00056 00057 #endif /* _PROBLEM_H */