/** * @file */ #ifndef PRINT_STRUCTURE_H #define PRINT_STRUCTURE_H /** * @fn print_structure */ int print_structure (const char *, const int, const int *, const int, const int *, const char *, const float *); #endif /* PRINT_STRUCTURE_H */