📄 defs.c
字号:
// #########################################################
// === 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -