D
dehantonio
I start from the following situation:
const char *LineMenu[] = {"ls", "pwd", "cd");
#define MENUSIZE 3
int somefunction(char* inputbuffer) {
}
const char *LineMenu[] = {"ls", "pwd", "cd");
#define MENUSIZE 3
int somefunction(char* inputbuffer) {
}