2012-04-06 17:35:15 -04:00
|
|
|
#include "tool_setup.h"
|
2011-07-26 11:23:27 -04:00
|
|
|
#include "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
|
|
|
}
|