// // Created by nano on 4/1/25. // #ifndef FUNC_H #define FUNC_H int whichOption(char *defaultOptions[],char *choice); void printHelp(); #endif //FUNC_H