#ifndef TOOLS_H_ #define TOOLS_H_ #include #include float *goalArray(char letter); float **goalMatrix(); float *matrixFromFile(char *filename); float **lettersMatrix(); #endif