diff --git a/docs/doxygen/html/compte__rendu__1_8md.html b/docs/doxygen/html/compte__rendu__1_8md.html new file mode 100644 index 0000000..c90a884 --- /dev/null +++ b/docs/doxygen/html/compte__rendu__1_8md.html @@ -0,0 +1,81 @@ + + + + + + + +Seyshell: docs/compte_rendus/compte_rendu_1.md File Reference + + + + + + + + + +
+
+ + + + + + +
+
Seyshell +
+
+
+ + + + + + + + +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
+
docs/compte_rendus/compte_rendu_1.md File Reference
+
+
+
+ + + + diff --git a/docs/doxygen/html/const_8h.html b/docs/doxygen/html/const_8h.html index 9577d3b..f6d92b0 100644 --- a/docs/doxygen/html/const_8h.html +++ b/docs/doxygen/html/const_8h.html @@ -96,6 +96,8 @@ Macros   #define MAX_INODE   10   +#define MAX_INODE_NAME   30 +  #define TYPE_NULL   0   #define TYPE_FILE   1 @@ -162,6 +164,20 @@ Macros
+
+ + +

◆ MAX_INODE_NAME

+ +
+
+ + + + +
#define MAX_INODE_NAME   30
+
+
diff --git a/docs/doxygen/html/const_8h_source.html b/docs/doxygen/html/const_8h_source.html index 1ea6cfd..4b0a00d 100644 --- a/docs/doxygen/html/const_8h_source.html +++ b/docs/doxygen/html/const_8h_source.html @@ -86,12 +86,13 @@ $(document).ready(function() { init_codefold(0); });
3#define MAX_BLOCS 30
4#define MAX_BYTES_PER_BLOC 1024
5#define MAX_INODE 10
-
6
-
7#define TYPE_NULL 0
-
8#define TYPE_FILE 1
-
9#define TYPE_BINARY 2
-
10#define TYPE_DIRECTORY 3
-
11#define TYPE_SYMBOLIC_LINK 4
+
6#define MAX_INODE_NAME 30 // 29 caractères + '\0' + numero de l'inode ref
+
7
+
8#define TYPE_NULL 0
+
9#define TYPE_FILE 1
+
10#define TYPE_BINARY 2
+
11#define TYPE_DIRECTORY 3
+
12#define TYPE_SYMBOLIC_LINK 4