?? htsocket.h
字號:
/* 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -