mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-14 22:35:51 +00:00
8 lines
236 B
C
8 lines
236 B
C
#ifndef COORDS_H
|
|
#define COORDS_H
|
|
|
|
int reading_coords (const int, const char *, const int, const int *,
|
|
const float *, int *, int *, int *, int *, int *, float *,
|
|
char *);
|
|
|
|
#endif /* COORDS_H */ |