Added prefix 'mm_'

This commit is contained in:
arcan1s
2013-08-03 04:41:20 +04:00
parent e9e0e82c4d
commit ae379fd22d
96 changed files with 44 additions and 44 deletions

14
mm_radf/src/messages.h Normal file
View 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 */