/* Copyright (C) 2011-2020, Dirk Krause SPDX-License-Identifier: BSD-3-Clause */ /* WARNING: This file was generated by the dkct program (see http://dktools.sourceforge.net/ for details). Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: dkct-str.ctr */ /** @file dkct-str.h Header file for the dkct-str module. */ #ifndef DKCT_STR_H_INCLUDED /** Avoid multiple inclusions. */ #define DKCT_STR_H_INCLUDED 1 #line 10 "dkct-str.ctr" #ifdef __cplusplus extern "C" { #endif /** Get default message texts. @return Default message texts in English. */ dkChar const * const * dkct_str_get_message_texts(void); /** Get string table file name. @return String table file name. */ dkChar const * dkct_str_get_string_table_file_name(void); /** Get array of source file suffixes. @return Suffix list. */ dkChar const * const * dkct_str_get_source_suffixes(void); /** Get array of destination file suffixes. @return Output file name suffix list. */ dkChar const * const * const * dkct_str_get_dest_suffixes(void); #ifdef __cplusplus } #endif #endif