#ifndef HELP_LIB
#define HELP_LIB

void help(int argc, char *argv[]);

#endif