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