feisty meow concerns codebase
2.140
|
#include "bookmark_tree.h"
#include <application/command_line.h>
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <filesystem/byte_filer.h>
#include <filesystem/filename.h>
#include <loggers/file_logger.h>
#include <structures/stack.h>
#include <structures/static_memory_gremlin.h>
#include <textual/list_parsing.h>
#include <timely/time_stamp.h>
Go to the source code of this file.
Macros | |
#define | BASE_LOG(s) program_wide_logger::get().log(s, ALWAYS_PRINT) |
#define | LOG(s) |
Variables | |
const int | MAX_FILE_SIZE = 4 * MEGABYTE |
#define BASE_LOG | ( | s | ) | program_wide_logger::get().log(s, ALWAYS_PRINT) |
Definition at line 50 of file js_marks_maker.cpp.
#define LOG | ( | s | ) |
Definition at line 52 of file js_marks_maker.cpp.
const int MAX_FILE_SIZE = 4 * MEGABYTE |
Definition at line 55 of file js_marks_maker.cpp.