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

📄 sgmlincl.h

📁 harvest是一个下载html网页得机器人
💻 H
字号:
/* SGMLINCL.H: Include file for parser core. */#ifndef SGMLINCL              /* Don't include this file more than once. */#define SGMLINCL 1#include "config.h"#include "std.h"#include "entity.h"           /* Templates for entity control blocks. */#include "action.h"           /* Action names for all parsing. */#include "adl.h"              /* Definitions for attribute list processing. */#include "error.h"            /* Symbols for error codes. */#include "etype.h"            /* Definitions for element type processing. */#include "keyword.h"          /* Definitions for keyword processing. */#include "lextoke.h"          /* Symbols for tokenization lexical classes. */#include "source.h"           /* Templates for source entity control blocks. */#include "synxtrn.h"          /* Declarations for concrete syntax constants. */#include "sgmlxtrn.h"         /* External variable declarations. */#include "trace.h"            /* Declarations for internal trace functions. */#include "sgmlmain.h"#include "sgmlaux.h"#include "sgmlfnsm.h"         /* ANSI C: Declarations for SGML functions. */#endif /* ndef SGMLINCL */

⌨️ 快捷键说明

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