useroutput.c

来自「larbin是一种开源的网络爬虫/网络蜘蛛」· C语言 代码 · 共 27 行

C
27
字号
// Larbin// Sebastien Ailleret// 07-12-01 -> 10-12-01/* This is the file you should change if you want to * use the data fetched by larbin. * * See useroutput.h for the interface * * See the files XXXuserouput.cc for examples */#include "options.h"#ifdef SIMPLE_SAVE#include "interf/saveuseroutput.cc"#elif defined(MIRROR_SAVE)#include "interf/mirrorsaveuseroutput.cc"#elif defined(STATS_OUTPUT)#include "interf/statsuseroutput.cc"#else // DEFAULT_OUTPUT#include "interf/defaultuseroutput.cc"#endif

⌨️ 快捷键说明

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