Browse Source

lib_test - need a struct containing array of PS only

master
heck 4 years ago
parent
commit
fbf2be7beb
  1. 6
      examples/lib/lib_test/structs.h

6
examples/lib/lib_test/structs.h

@ -129,7 +129,7 @@ typedef struct PSa {
struct _CS { struct _CS {
struct _PS field__PS_1; struct _PS field__PS_1;
APS field_APS_1; APS field_APS_1;
struct _PSa fiedld__PSa_1[3]; struct _PSa field__PSa_1[3];
APSa field_APSa_1[3]; APSa field_APSa_1[3];
}; };
@ -137,9 +137,7 @@ struct _CS {
// ACS = alias of a complex struct // ACS = alias of a complex struct
typedef struct CS { typedef struct CS {
struct _PS field__PS_1; struct _PS field__PS_1;
APS field_APS_1; APS field_APS_1[3];
struct _PSa fiedld__PSa_1[3];
APSa field_APSa_1[3];
} ACS; } ACS;
// _CCS = complex complex struct without an alias // _CCS = complex complex struct without an alias

Loading…
Cancel
Save