6 lines
134 B
C
6 lines
134 B
C
#ifndef READ_H
|
|
#define READ_H
|
|
|
|
void fileToTab2D(const char* name_file, unsigned short int **tab, const unsigned N);
|
|
#endif // !READ_H
|