#include <basis/istring.h>#include <opsystem/byte_filer.h>#include <loggers/console_logger.h>#include <data_struct/static_memory_gremlin.h>#include <textual/byte_format.h>Include dependency graph for bytedump.cpp:

Go to the source code of this file.
Defines | |
| #define | console program_wide_logger() |
Functions | |
| int | print_instructions_and_exit (char *program_name) |
| int | main (int argc, char *argv[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| const int | MAXIMUM_BYTEDUMP_BUFFER_SIZE = 32768 |
| #define console program_wide_logger() |
Definition at line 32 of file bytedump.cpp.
Referenced by main(), and print_instructions_and_exit().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 43 of file bytedump.cpp.
References console, istring::end(), byte_filer::good(), MAXIMUM_BYTEDUMP_BUFFER_SIZE, print_instructions_and_exit(), byte_filer::read(), SET_DEFAULT_CONSOLE_LOGGER, byte_format::text_dump(), and istring::zap().
| int print_instructions_and_exit | ( | char * | program_name | ) |
Definition at line 34 of file bytedump.cpp.
References console, and istring::SPRINTF.
Referenced by main().
Definition at line 25 of file bytedump.cpp.
| const int MAXIMUM_BYTEDUMP_BUFFER_SIZE = 32768 |
1.5.1