mirror of
https://github.com/curl/curl.git
synced 2026-04-24 01:42:13 +03:00
6 lines
137 B
Text
6 lines
137 B
Text
#include "tool_setup.h"
|
|
#include "tool_hugehelp.h"
|
|
void hugehelp(void)
|
|
{
|
|
puts ( "This is a silly replacement for the actual file.");
|
|
}
|