mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-02 16:45:48 +00:00
14 lines
163 B
C
14 lines
163 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef READ_AGL_H
|
|
#define READ_AGL_H
|
|
|
|
/**
|
|
* @fn reading_agl
|
|
*/
|
|
|
|
int reading_agl (const char *, int *, char *, int *);
|
|
|
|
#endif /* READ_AGL_H */ |