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

16
mm_radf/src/radf_proc.h Normal file
View File

@ -0,0 +1,16 @@
/**
* @file
*/
#ifndef RADF_PROC_H
#define RADF_PROC_H
/**
* @fn print_result
*/
int print_result (const char *, const int, const int, const int, const int, const double,
const double, const double, const double, const double, const double,
const float *, const int *);
#endif /* RADF_PROC_H */