/* ** (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 using libwww. It can be used to perform multiple down loads 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 is a part of the W3C Mini Robot.
#ifndef HTROBOT_H #define HTROBOT_H
#define STDOUT stdout #define OUTPUT stdout
#endif /* HTROBOT_H */