Loading...
Searching...
No Matches
Go to the documentation of this file.
4#define MAX_BYTES_PER_BLOC 512
6#define MAX_INODE_NAME 28
10#define TYPE_DIRECTORY 3
11#define TYPE_SYMBOLIC_LINK 4
13#define COLOR_RED "\e[0;31m"
14#define COLOR_BLUE "\x1b[34m"
15#define COLOR_GREEN "\x1b[32m"
16#define ESCAPE_COLOR "\x1b[0m"