📄 htmemlog.h
字号:
/* W3C Sample Code Library libwww Generic String Management! Memory Buffered Logging!*//*** (c) COPYRIGHT MIT 199G.** Please first read the full copyright statement in the file COPYRIGH.*//*These functions provide functionality for memory bufferedlogging. This is usefull for tracking data read and written withoutaffecting the timing of the network traffic.This module is implemented by HTMemLog.c, and itis a part of the W3CSample Code Library.*/#ifndef HTMEMLOG_H#define HTMEMLOG_H/*. The Whole Deal.Too much to do right now.*/extern int HTMemLog_open (char * logName, size_t size, BOOL keepOpen);extern int HTMemLog_add (char * buf, size_t len);extern int HTMemLog_flush (void);extern void HTMemLog_close (void);extern HTTraceDataCallback HTMemLog_callback;/**/#endif /* !HTMEMLOG_H *//* @(#) $Id: HTMemLog.html,v 2.6 1998/05/14 02:10:44 frystyk Exp $*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -