📄 link_list_constants.h
字号:
// file: link_list_constants.h//// this is the header file for linked list constants//// make sure definitions are made only once//#ifndef __ISIP_LINK_LIST_CONSTANTS#define __ISIP_LINK_LIST_CONSTANTS // isip include files//#ifndef __ISIP_INTEGRAL_CONSTANTS#include <integral_constants.h>#endif // forward declaration of classes//#ifndef __ISIP_LINK_NODE_CONSTANTS#include <link_node_constants.h>#endif#ifndef __ISIP_MEMORY_MANAGER_CONSTANTS#include <memory_manager_constants.h>#endif// define the class name//#define LL_CLASS_NAME (char_1*)"Link_list"// end of file//#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -