⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 txte.h

📁 mrtg 监控,请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
#ifndef _TXT_H_#define _TXT_H_char* etxt[]={    "by",    "needed",    "optionally",    "configuration file"    };char* btxt[]={    "Traffic analyses",	    "Traffic analysis for",    ".gifs for hosts in the .cfg file"    };char* err[]={    "\aERROR: openning file %s\n",    "\aERROR: index file %s has length 0 and I erase it\n",    "\aERROR: was not defined a mrtg.cfg file\n",    "\aERROR: port %s missing from %s/%s\n",    "\aERROR: port %s missing from %s\n",    "\aERROR: configuration file %s is missing\n",    "\aERROR: host %s redefined\n",    "\aERROR: alias %s redefined\n",    "\aERROR: alias %s not precedently defined\n",    "\aERROR: host %s not precedently defined\n",    "\aERROR: I can't switch in directory %s\n",	//10    "\aERROR: argument for CHECK4ALIAS was %s",    "\aERROR: argument for CHNGTRGNAME was %s"    };    #endif    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -