#ifndef READ_H #define READ_H void fileToTab2D(const char* name_file, unsigned short int **tab, const unsigned N); #endif // !READ_H