4 lines
76 B
C
4 lines
76 B
C
#include <math.h>
|
|
#include <stdbool.h>
|
|
|
|
void average(char* rawDataFileName); |