mirror of
https://github.com/moparisthebest/curl
synced 2024-11-08 02:25:06 -05:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
#include "setup.h"
|
|
#include "hugehelp.h"
|
|
void hugehelp(void)
|
|
{
|
|
puts ( "This is a silly replacement for the actual file.");
|
|
}
|