size_t short_options_length = 2* noptions * sizeof(char) + 2; // 2: one for -h, one for the null terminator
char* short_options = (char*) malloc(short_options_length);
size_t short_options_length = 2* noptions * sizeof(char) + 2; // 2: one for -h, one for the null terminator
char* short_options = (char*) malloc(short_options_length);