Seyshell
Loading...
Searching...
No Matches
Macros
const.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BUFSIZE   1024
 
#define MAX_BLOCS   30
 
#define MAX_BYTES_PER_BLOC   512
 
#define MAX_INODE   30
 
#define MAX_INODE_NAME   28
 
#define TYPE_NULL   0
 
#define TYPE_FILE   1
 
#define TYPE_DIRECTORY   3
 
#define TYPE_SYMBOLIC_LINK   4
 
#define COLOR_RED   "\e[0;31m"
 
#define COLOR_BLUE   "\x1b[34m"
 
#define COLOR_GREEN   "\x1b[32m"
 
#define ESCAPE_COLOR   "\x1b[0m"
 

Macro Definition Documentation

◆ BUFSIZE

#define BUFSIZE   1024

◆ COLOR_BLUE

#define COLOR_BLUE   "\x1b[34m"

◆ COLOR_GREEN

#define COLOR_GREEN   "\x1b[32m"

◆ COLOR_RED

#define COLOR_RED   "\e[0;31m"

◆ ESCAPE_COLOR

#define ESCAPE_COLOR   "\x1b[0m"

◆ MAX_BLOCS

#define MAX_BLOCS   30

◆ MAX_BYTES_PER_BLOC

#define MAX_BYTES_PER_BLOC   512

◆ MAX_INODE

#define MAX_INODE   30

◆ MAX_INODE_NAME

#define MAX_INODE_NAME   28

◆ TYPE_DIRECTORY

#define TYPE_DIRECTORY   3

◆ TYPE_FILE

#define TYPE_FILE   1

◆ TYPE_NULL

#define TYPE_NULL   0

◆ TYPE_SYMBOLIC_LINK

#define TYPE_SYMBOLIC_LINK   4