htinit.h
来自「用于linux和其他unix下面的」· C头文件 代码 · 共 26 行
H
26 行
/* /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 + =
减小字号Ctrl + -
显示快捷键?