#ifndef GISTATIC_LOGERR_H #define GISTATIC_LOGERR_H #include void logerr_file( const char *const s, const char *const msg, const char *const file, const int lineno ); void logerrs_file( const char *const pre, const char *const mid, const char *const post, const char *const msg, const char *const file, const int lineno ); void logerrl_file( const char *const pre, const size_t mid, const char *const post, const char *const msg, const char *const file, const int lineno ); #endif