int i18n_init_msgs(const char *const MSGS[]); int i18n_destroy(void); const char * s(const char *const MSGS[], const int msg_id); int s_print_msgs( const char *const MSGS[], FILE *restrict stream, const int msg_begin, const int msg_end ); int s_print_msg(const char *const MSGS[], FILE *restrict stream, const int msg_id); int dump_translatable_strings(const char *const MSGS[]);