
11 Aug
2011
11 Aug
'11
3:29 a.m.
York Sun wrote:
+/* Option parameter Structures */ +typedef struct {
- const char *option_name;
- size_t offset;
- unsigned int size;
- const char printHex;
+} options_strings_t;
Does it make sense for only printHex (which should be "print_hex") and option_name to be const, but nothing else?