c2hsc
c2hsc copied to clipboard
Arrays of anonymous structs need a generated name
Example:
{- struct cal_table {
int size;
struct {
int raw; int val;
} table[32];
}; -}
#starttype struct cal_table
#field size , CInt
#array_field table ,
#stoptype