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

Go to the source code of this file.
Defines | |
| #define | fnc_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 | BUFFER_SIZE = 32768 |
| #define fnc_console program_wide_logger() |
Definition at line 31 of file find_non_ascii.cpp.
Referenced by main(), and print_instructions_and_exit().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 44 of file find_non_ascii.cpp.
References BUFFER_SIZE, fnc_console, byte_filer::getline(), byte_filer::good(), print_instructions_and_exit(), istring::s(), and SET_DEFAULT_CONSOLE_LOGGER.
| int print_instructions_and_exit | ( | char * | program_name | ) |
| const int BUFFER_SIZE = 32768 |
Definition at line 26 of file find_non_ascii.cpp.
Referenced by main(), and stdio_redirecter::std_thread_action().
Definition at line 24 of file find_non_ascii.cpp.
1.5.1