D | main.c | 23 const char* help; member 27 static int help(int argc, char** argv); 39 {"help", "<command> - shows help text for <command>.", help}, 54 static int help(int argc, char** argv) { in help() function 66 printf("%s %s\n", argv[0], command->help); in help()
|