// ######################################################### // === File #9 of 15 : defs.c ============================== // ------------------- C++ code : BEGIN -------------------- // ============================================================== // // Copyright (c) 1999, 2001 by Alex Vinokur. This work and all works // derived from it may be copied and modified without any // restrictions other than that a copy of this copyright notice // must be included in any copy of this work or any derived work. // // ============================================================== // ######################################################### // ## mailto:alexvn@bigfoot.com, mailto:alexv@hitechclub.com // ## http://up.to/alexv, http://go.to/alexv_math // ######################################################### // ============================================================== // ############################################################## // // SOFTWARE : Vector and Matrix with arbitrary bounds // FILE : defs.c // // DESCRIPTION : // Initialization of extern variables // // ---- ------- // Oct-30-2001 FVM 1.0 // // ############################################################## //===================== #include "defs.h" //===================== //-------------- unsigned long show_counter = 0; unsigned long bugs_counter = 0; //-------------- char theNotIndicatedFILE_Indicator [] = NotIndicated_CNS; char theNotIndicatedDATE_Indicator [] = NotIndicated_CNS; char theNotIndicatedTIME_Indicator [] = NotIndicated_CNS; //################################################################ //# END OF FILE # //################################################################ // ------------------- C++ code : END ---------------------- // === File #9 of 15 : defs.c ==============================