#ifndef HELP_H #define HELP_H const char *help(void); void longusage(void); void usage(void); #endif