📄 bithtml.h
字号:
#ifndef __NETBIT_BITHTML_H__#define __NETBIT_BITHTML_H__//--------------------------------------------// BIT HTML LIB////file: BitHtml.h//usage: for Html parse//---------------------------------------------#include <stdio.h>#include <stdlib.h>#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
//------------------------------
#include "BitToken.h"
#include "BitTokenAttrList.h"#include "BitHtmlDtd.h"
#include "BitStr.h"
#include "BitTokenList.h"
//------------------------------
#ifdef __cplusplus
}
#endif
#define TRUE 1#define FALSE 0#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -