diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -38,9 +38,14 @@ struct Bad_byte }; +const char * const large_file_msg = "Input file is too large for this computer."; const char * const mem_msg = "Not enough memory."; +const char * const read_error_msg = "Read error"; // defined in main_common.cc +extern int verbosity; + +const char * format_num3( long long num ); void show_error( const char * const msg, const int errcode = 0, const bool help = false ); void show_file_error( const char * const filename, const char * const msg, |