dump.h

来自「elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, el」· C头文件 代码 · 共 18 行

H
18
字号
#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 + =
减小字号Ctrl + -
显示快捷键?