mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-06-28 06:41:42 +00:00
7 lines
196 B
C
7 lines
196 B
C
#ifndef COORDS_H
|
|
#define COORDS_H
|
|
|
|
int reading_coords (const char *, const int, const int *, const float *, int *,
|
|
int *, int *, int *, int *, float *);
|
|
|
|
#endif /* COORDS_H */ |