1 2 3 4 5 6
#ifndef __MQTC_INPUT #define __MQTC_INPUT float **read_square_matrix(FILE *input, int *count); #endif