D | main.c | 22 const char* help; member 26 static int help(int argc, char** argv); 38 {"help", "<command> - shows help text for <command>.", help}, 53 static int help(int argc, char** argv) { in help() function 65 printf("%s %s\n", argv[0], command->help); in help()
|