#include "ini_config.h"#include "system_values.h"#include <basis/shell_sort.h>#include <data_struct/int_hash.cpp>#include <data_struct/string_table.h>#include <textual/list_parsing.h>Include dependency graph for system_values.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
| #define | SV_EOL log_base::platform_ending() |
Variables | |
| const int | MAX_VALUE_BITS = 8 |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 29 of file system_values.cpp.
| #define SV_EOL log_base::platform_ending() |
| const int MAX_VALUE_BITS = 8 |
Definition at line 26 of file system_values.cpp.
1.5.1