Files
moldyn/envir/src/print_struct.h
2013-07-28 04:03:28 +04:00

15 lines
269 B
C

/**
* @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 */