2012-04-06 17:35:15 -04:00
|
|
|
#include "tool_setup.h"
|
2012-12-26 17:30:54 -05:00
|
|
|
#include "tool_hugehelp.h"
|
2001-06-06 05:37:15 -04:00
|
|
|
void hugehelp(void)
|
|
|
|
{
|
2003-02-04 13:22:31 -05:00
|
|
|
puts ( "This is a silly replacement for the actual file.");
|
2001-06-06 05:37:15 -04:00
|
|
|
}
|