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

📄 wwwlib.h

📁 www工具包
💻 H
字号:
/*      					W3C Sample Code Library libwww Basic libwww Interface!  Basic Libwww Interface!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This is the basic include files and the core include files necessary in orderto use the W3C Sample Code Library. It contains all core specific modules whichare required to compile and build the Library. No converter streams or protocolmodules are included in this file as they are for the application to setup. The Library has a special include file calledWWWApp.h which contains all converters and protocolmodules known to the Library. You can include this one if the applicationis to use all the functionality of the Library.*/#ifndef WWWLIB_H#define WWWLIB_H/**/#ifdef __cplusplusextern "C" { #endif/*(  System dependencies)The wwwsys.h file includes system-specific includefiles and flags for I/O to network and disk. The only reason for this fileis that the Internet world is more complicated than Posix and ANSI.*/#include "wwwsys.h"/*.  General Utilities.The Basic Utility interface is mostly containermodules, dynamic strings and other stuff that you can't live without whenbuilding applications. The modules are used by the core part of the W3C Sample CodeLibrary but can also be used by the application. */#include "WWWUtil.h"/*.  Core Modules.This is the basic include file for the core of the W3C Sample Code Library.The core part of the Library is designed as a set of registration moduleswith no real functionality in itself. Instead all the functionality comeswhen the application registeres the modules that provides a desired functionaly,for example accessing HTTP servers or the local file system. */#include "WWWCore.h"/**/#ifdef __cplusplus} /* end extern C definitions */#endif#endif/*    @(#) $Id: WWWLib.html,v 2.29 1998/05/04 19:37:52 frystyk Exp $*/

⌨️ 快捷键说明

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