mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-24 02:59:57 +00:00
Reorganization
This commit is contained in:
14
mathmech/mm_statgen/src/messages.h
Normal file
14
mathmech/mm_statgen/src/messages.h
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
#ifndef MESSAGES_H
|
||||
#define MESSAGES_H
|
||||
|
||||
/**
|
||||
* @fn message
|
||||
*/
|
||||
|
||||
int message (const int, const int, const char *, FILE *);
|
||||
|
||||
#endif /* MESSAGES_H */
|
Reference in New Issue
Block a user