mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-06-28 23:01:43 +00:00
7 lines
228 B
C
7 lines
228 B
C
#ifndef STAT_PRINT_H
|
|
#define STAT_PRINT_H
|
|
|
|
int printing_agl (const char *, const char *, const int *, const int, const int *,
|
|
const int *, const int *, const int *, const int,int *);
|
|
|
|
#endif /* STAT_PRINT_H */ |