?? htmerge.h
字號(hào):
/* 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 $*/
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -