/* * This is an automatically generated HDF config file. Do not modify it manually. */ #ifndef HCS_CONFIG_GOLDEN_HEADER_H #define HCS_CONFIG_GOLDEN_HEADER_H #include struct HdfConfigTestBar { const char* term1; }; struct HdfConfigTestFoo1 { const char* term1; struct HdfConfigTestBar bar; }; struct HdfConfigTestFoo { struct HdfConfigTestFoo1 foo1; }; struct HdfConfigTestRoot { const char* module; struct HdfConfigTestFoo foo; }; const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void); #endif // HCS_CONFIG_GOLDEN_HEADER_H