read file

This commit is contained in:
2024-12-12 13:02:55 +01:00
parent 96c1a66d59
commit fc6913d704
7 changed files with 68 additions and 11 deletions

5
read.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef READ_H
#define READ_H
void fileToTab2D(const char* name_file, unsigned short int **tab, const unsigned N);
#endif // !READ_H