char einheit[6] = {'B', 'K', 'M', 'G', 'T', 'P'};
uint8_t i = 0;
char einheit[6] = {'B', 'K', 'M', 'G', 'T', 'P'};
uint8_t i = 0;
{ "free-size", required_argument, 0, 'f' }
};
{ "free-size", required_argument, 0, 'f' }
};
- opt_index = 0;
- opt_value = getopt_long(argc, argv, "i:o:59bcfhv", loption, &opt_index);
+ int32_t opt_index = 0;
+ int32_t opt_value = getopt_long(argc, argv, "i:o:59bcfhv", loption, &opt_index);