output.h

来自「larbin是一种开源的网络爬虫/网络蜘蛛」· C头文件 代码 · 共 25 行

H
25
字号
// Larbin// Sebastien Ailleret// 03-02-00 -> 20-11-01#ifndef OUTPUT_H#define OUTPUT_H#include "global.h"/** The fetch failed * @param u the URL of the doc * @param reason reason of the fail */void fetchFail (url *u, FetchError reason, bool interesting=false);/** It's over with this file * report the situation ! (and make some stats) */void endOfLoad (html *parser, FetchError err);/** Initialise output */void initOutput ();#endif // OUTPUT_H

⌨️ 快捷键说明

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