mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-06-28 23:01:43 +00:00
14 lines
163 B
C
14 lines
163 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef MESSAGES_H
|
|
#define MESSAGES_H
|
|
|
|
/**
|
|
* @fn message
|
|
*/
|
|
|
|
int message (const int, const int, const char *, FILE *);
|
|
|
|
#endif /* MESSAGES_H */ |