#ifndef HEADERS_H /* Include guard */ #define HEADERS_H float* Init_m(int M_1, int N_1){ int i; float *a = (float*)malloc(M_1*N_1*sizeof(float)); srand((unsigned int)time(0)); for(i=0; i