htsocket.h

来自「www工具包」· C头文件 代码 · 共 54 行

H
54
字号
/*  					W3C Sample Code Library libwww Identity Socket Read!  Identity Socket Read Method!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This function is an "identity" application protocol in that it readsdata from the transport and passes it down stream without doing anythingwith it. It simply reads data and is a wrapper around a registeredtransport mechanism for reading from a socket.It provides a callback function for the event loopso that a socket can be loaded using non-blocking I/O. The function requiresan open socket. It will typically be used in server applications orin a client application that can read directly from stdin.This module is implemented by HTSocket.c, and itis a part of the  W3C Sample CodeLibrary.*/#ifndef HTSOCKET_H#define HTSOCKET_H#include "HTProt.h"extern HTProtCallback HTLoadSocket;/**//**/#endif/*    @(#) $Id: HTSocket.html,v 2.26 1998/05/14 02:11:05 frystyk Exp $*/

⌨️ 快捷键说明

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