mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-13 22:05:50 +00:00
6 lines
121 B
C
6 lines
121 B
C
#ifndef MESSAGES_H
|
|
#define MESSAGES_H
|
|
|
|
int message (const int, const int, const char *, FILE *);
|
|
|
|
#endif /* MESSAGES_H */ |