4 lines
90 B
C
4 lines
90 B
C
#include <math.h>
|
|
#include <stdbool.h>
|
|
|
|
void average(char* rawDataFileName,int N , int M); |