// #ifdef __cplusplus // extern "C" { // #endif //========================================================================================================================================================================================================200 // DEFINE/INCLUDE //========================================================================================================================================================================================================200 #define fp float //========================================================================================================================================================================================================200 // WRITE FUNCTION //========================================================================================================================================================================================================200 void write_file( char* filename, fp* input, int data_rows, int data_cols, int major, int data_range); //========================================================================================================================================================================================================200 // READ FUNCTION //========================================================================================================================================================================================================200 void read_file( char* filename, fp* input, int data_rows, int data_cols, int major); //========================================================================================================================================================================================================200 // END //========================================================================================================================================================================================================200 // #ifdef __cplusplus // } // #endif