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
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