14 lines
158 B
C
14 lines
158 B
C
|
#include "export.h"
|
||
|
|
||
|
//#if defined __cplusplus
|
||
|
//extern "C"
|
||
|
//{
|
||
|
//#endif
|
||
|
|
||
|
double LIBMEAN_EXPORT
|
||
|
mean(double, double);
|
||
|
|
||
|
//#if defined __cplusplus
|
||
|
//}
|
||
|
//#endif
|