⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 htmerge.h

📁 firtext搜索引擎源码
💻 H
字号:
/*    					W3C Sample Code Library libwww Merge Stream!  Merge stream!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*The Merge stream can be used to merge multiple streams into a singletarget stream. The Merge stream does not prevent any of the streams fromwriting and no ordering is imposed. The main feature is basically that thefree and abort methods can be called n times where n equals the number offeeds that put data to the stream.This module is implemented by HTMerge.c, and it isa part of the  W3C Sample CodeLibrary.*/#ifndef _HTMERGE_H#define _HTMERGE_H#include "HTStream.h"extern HTStream * HTMerge (HTStream * target, int feeds);#endif /* HTMERGE_H *//*    @(#) $Id: HTMerge.html,v 2.3 1998/05/14 02:10:45 frystyk Exp $*/

⌨️ 快捷键说明

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