defs.c
来自「Flexible Vector and Matrix Classes enabl」· C语言 代码 · 共 57 行
C
57 行
// #########################################################
// === 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 ==============================
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?