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

📄 dump.h

📁 一个很有名的浏览器
💻 H
字号:
/* $Id: dump.h,v 1.14 2004/06/20 15:25:07 pasky Exp $ */#ifndef EL__VIEWER_DUMP_DUMP_H#define EL__VIEWER_DUMP_DUMP_H#include "util/lists.h"struct string;struct document;/* Adds the content of the document to the string line by line. */struct string *add_document_to_string(struct string *string, struct document *document);int dump_to_file(struct document *, int);void dump_next(struct list_head *);#endif

⌨️ 快捷键说明

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