c2mir_options

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct c2mir_options {
FILE* message_file;
int debug_p;
int verbose_p;
int ignore_warnings_p;
int no_prepro_p;
int prepro_only_p;
int syntax_only_p;
int pedantic_p;
int asm_p;
int object_p;
size_t module_num;
const(char)* output_file_name;
size_t macro_commands_num;
size_t include_dirs_num;
c2mir_macro_command* macro_commands;
const(char)** include_dirs;
}

Members

Variables

prepro_output_file
FILE* prepro_output_file;

non-null for prepro_only_p