/* statistics.h */ #ifndef STATISTICS_H #define STATISTICS_H 1 #endif float mean(float[], int); float sdev(float[], int);