specbuf.h

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

H
23
字号
// Larbin// Sebastien Ailleret// 09-12-01 -> 09-12-01/* This is a really bad hack, but i have not found a better way * for doing this... * * This file is included in the definition of class html * You can put inside definitions you need for specificBuf */#ifdef SAVE_SPECIFIC#include "fetch/savespecbuf.h"#elif defined(DYNAMIC_SPECIFIC)#include "fetch/dynamicspecbuf.h"#else // DEFAULT_SPECIFIC// nothing special#endif

⌨️ 快捷键说明

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