HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cfgmock2.h
Go to the documentation of this file.
1 struct MOCK2S1 {
2  char m1;
3 };
4 struct MOCK2S2 {
5  char m1;
6  int m2;
7 };
8 
9 enum {
12 };
int m2
Definition: cfgmock2.h:6
char m1
Definition: cfgmock2.h:2
char m1
Definition: cfgmock2.h:5