savespecbuf.h

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

H
21
字号
// Larbin// Sebastien Ailleret// 09-12-01 -> 09-12-01// this file is included in the definition of class html (file.h)  /** file descriptor number */  int fdsSpec;  /** number of bits written */  int nbSpec;  /** open file descriptor */  void newSpec ();  /** feed file descriptor,   * return true and set errno = tooBig if necessary */  bool pipeSpec ();  /** get the content of the page */  char *getContent ();  /** number of file and directory when saved on disk */  int mydir;  int myfile;

⌨️ 快捷键说明

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