initial commit for github
This commit is contained in:
commit
60968612de
370 changed files with 68427 additions and 0 deletions
19
test/headerrepresentation/files/simple_header.h
Normal file
19
test/headerrepresentation/files/simple_header.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
// For type # see implementation of cHeaderImporter::BuildStructs()
|
||||
|
||||
// Type #1
|
||||
struct simple_struct1
|
||||
{
|
||||
uint8_t a;
|
||||
};
|
||||
|
||||
// Type #2
|
||||
typedef struct
|
||||
{
|
||||
tUInt16 b;
|
||||
} simple_struct2;
|
||||
|
||||
// Type #3
|
||||
typedef struct simple_struct3
|
||||
{
|
||||
unsigned int c;
|
||||
} simple_struct4;
|
Loading…
Add table
Add a link
Reference in a new issue