feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <filesystem/byte_filer.h>
#include <loggers/console_logger.h>
#include <structures/static_memory_gremlin.h>
#include <textual/byte_formatter.h>
Go to the source code of this file.
Macros | |
#define | console program_wide_logger::get() |
Functions | |
int | print_instructions_and_exit (char *program_name) |
int | main (int argc, char *argv[]) |
Variables | |
const int | MAXIMUM_BYTEDUMP_BUFFER_SIZE = 32768 |
HOOPLE_STARTUP_CODE;. More... | |
#define console program_wide_logger::get() |
Definition at line 40 of file bytedump.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 51 of file bytedump.cpp.
References console, basis::astring::end(), filesystem::byte_filer::good(), MAXIMUM_BYTEDUMP_BUFFER_SIZE, print_instructions_and_exit(), filesystem::byte_filer::read(), SETUP_CONSOLE_LOGGER, and basis::astring::zap().
int print_instructions_and_exit | ( | char * | program_name | ) |
const int MAXIMUM_BYTEDUMP_BUFFER_SIZE = 32768 |