D | preproc.h | 188 #define yasm_preproc_destroy(preproc) \ argument 190 #define yasm_preproc_get_line(preproc) \ argument 192 #define yasm_preproc_get_included_file(preproc, buf, max_size) \ argument 194 #define yasm_preproc_add_include_file(preproc, filename) \ argument 196 #define yasm_preproc_predefine_macro(preproc, macronameval) \ argument 199 #define yasm_preproc_undefine_macro(preproc, macroname) \ argument 201 #define yasm_preproc_define_builtin(preproc, macronameval) \ argument 204 #define yasm_preproc_add_standard(preproc, macros) \ argument
|