#include "../my_config.h"
#include "infinint.hpp"
#include "generic_file.hpp"
#include "user_interaction.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | libdar |
Classes | |
| struct | libdar::header |
Typedefs | |
| typedef U_32 | libdar::magic_number |
| typedef char | libdar::label [LABEL_SIZE] |
Variables | |
| const unsigned int | libdar::LABEL_SIZE = 10 |
| const char | libdar::FLAG_NON_TERMINAL = 'N' |
| const char | libdar::FLAG_TERMINAL = 'T' |
| const char | libdar::EXTENSION_NO = 'N' |
| const char | libdar::EXTENSION_SIZE = 'S' |
| const U_32 | libdar::SAUV_MAGIC_NUMBER = 123 |
Definition in file header.hpp.
1.4.7