android13/external/libabigail/tests/data/test-abidiff-exit/test-headers-dirs/headers-b/header-b-v1.h

10 lines
201 B
C

typedef struct second_opaque_struct *second_opaque_struct_pointer_type;
typedef struct second_public_struct * second_public_struct_pointer_type;
struct second_public_struct
{
int m1;
char m2;
};