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

📄 htinit.h

📁 elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, lynx比elinks早的多, 目前好像停止开发, 这是lynx源代码
💻 H
字号:
/*                   /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTInit.html                                  INITIALISATION MODULE                                                This module resisters all the plug & play software modules which will be used in the   program.  This is for a browser.      To override this, just copy it and link in your version befoe you link with the   library.      Implemented by HTInit.c by default.    */#ifndef HTINIT_H#define HTINIT_H 1#ifndef HTUTILS_H#include <HTUtils.h>#endif extern void HTFormatInit NOPARAMS;extern void HTPreparsedFormatInit NOPARAMS;extern void HTFileInit NOPARAMS;#endif /* HTINIT_H */

⌨️ 快捷键说明

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