📄 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 + -