📄 htrobot.h
字号:
/* Webbot - the W3C Mini Robot! Webbot - the W3C Mini Robot!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*The Webbot is a "proof of concept" application that is usinglibwww. It can be used to perform multiple downloads from the command line. It can issue HTTP, FTP, Gopher, local Files,and News request and it can handle GET and HEAD.The module is implemented by HTRobot.c, and it isa part of the W3C Mini Robot.*/#ifndef HTROBOT_H#define HTROBOT_H/*. Handling of output.*/#define STDOUT stdout#define OUTPUT stdout/**/#endif /* HTROBOT_H *//* @(#) $Id: HTRobot.html,v 1.4 1998/10/26 22:45:34 frystyk Exp $*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -