1 #ifndef VIENNA_RNA_PACKAGE_FILE_FORMATS_H 2 #define VIENNA_RNA_PACKAGE_FILE_FORMATS_H 4 #ifdef VRNA_WARN_DEPRECATED 5 # if defined(__clang__) 6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) 7 # elif defined(__GNUC__) 8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) 10 # define DEPRECATED(func, msg) func 13 # define DEPRECATED(func, msg) func 71 const char *identifier,
85 #if VRNA_WITH_JSON_SUPPORT 99 const char *identifier,
113 #define VRNA_OPTION_MULTILINE 32U 118 #define VRNA_CONSTRAINT_MULTILINE 32U 188 unsigned int options);
208 unsigned int option);
224 double default_value,
229 #ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY 248 "This function is obsolete");
254 DEPRECATED(
char *extract_record_rest_structure(
const char **lines,
256 unsigned int option),
257 "Use vrna_extract_record_rest_structure() instead");
268 unsigned int options),
269 "Use vrna_file_fasta_read_record() instead");
272 DEPRECATED(
unsigned int get_multi_input_line(
char **
string,
unsigned int options),
273 "This function is obsolete");
Various data structures and pre-processor macros.