• Size of a structure
    Hi, Question about sizeof() function : typedef struct _TABLE_1 { unsigned char Table[10]; unsigned long ; unsigned long ; unsigned long ; unsigned char ; unsigned char ; unsigned char ;...
  • Size of a structure
    Hi, Question about sizeof() function : typedef struct _TABLE_1 { unsigned char Table[10]; unsigned long ; unsigned long ; unsigned long ; unsigned char ; unsigned char ; unsigned char ;...
  • Finding a complex structure size
    I have tried variations using sizeof() with unreliable results. This method works, but is it bogus? Can it be improved? I am not worried about it being portable. // -- Unit Variables -- struct {...
  • Finding a complex structure size
    I have tried variations using sizeof() with unreliable results. This method works, but is it bogus? Can it be improved? I am not worried about it being portable. // -- Unit Variables -- struct {...
  • Size limit for single data-structure?
    I seem to recall in the previous discussion forum there was a note relating to generating single, large, data-structures? Is there a limit imposed by the C51 toolset on the size of a single data-structure...