mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-27 04:29:58 +00:00
15 lines
269 B
C
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 */ |