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

📄 newsource.c

📁 将rft格式文件转换成html格式文件
💻 C
字号:
struct Cstyle {} /* create an index of these */struct Pstyle {} /* create an index of these */struct PnStyle {} /* pointed to by paragraph */struct vtext {	int alloc;	int used;	int * ptr;};struct TextNode {	struct vtext vt;	struct cstyle cs;	void * next;};struct FootnoteNode {	struct vtext ref;	struct vtext note;	struct cstyle cs;	void * next;};struct TOCNode {	struct vtext ref;	struct cstyle cs;	int		noref;	int		type;	int 	level;	void * next;};struct IdxNode {	struct vtext ref;	struct vtext textval;	struct vtext BookMark;	struct cstyle cs;	int		isbold;	int		isital;	int		type;	int 	level;	void * next;};struct GraphicNode {	struct cstyle cs;	long loc;				/* Location of PICT in RTF input */	int size;				/* Size of PICT in RTF input */	int Gtype;				/* Type of graphic */	int PicGoalWid;				int PicGoalHt;				void * next;};

⌨️ 快捷键说明

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