Seyshell
Loading...
Searching...
No Matches
const.h
Go to the documentation of this file.
1
2#define BUFSIZE 1024
3#define MAX_BLOCS 30
4#define MAX_BYTES_PER_BLOC 1024
5#define MAX_INODE 10
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