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