output.h

来自「Larbin互联网蜘蛛索引系统」· C头文件 代码 · 共 21 行

H
21
字号
// Larbin// Sebastien Ailleret// 03-02-00 -> 16-03-00#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);/** In this thread, end user manage the result of the crawl */void *startOutput (void *none);#endif // OUTPUT_H

⌨️ 快捷键说明

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