|
fcml 1.3.0
|
AT&T dialect implementation. More...


Go to the source code of this file.
Functions | |
| LIB_EXPORT fcml_ceh_error LIB_CALL | fcml_fn_dialect_init_gas (fcml_uint32_t config_flags, fcml_st_dialect **dialect) |
| Initializes AT&T dialect. | |
AT&T dialect implementation.
| LIB_EXPORT fcml_ceh_error LIB_CALL fcml_fn_dialect_init_gas | ( | fcml_uint32_t | config_flags, |
| fcml_st_dialect ** | dialect ) |
Initializes AT&T dialect.
Prepares new instance of AT&T dialect for given set of configuration flags. Every dialect has to be freed using fcml_fn_dialect_free() function.
| config_flags | Configuration flags dedicated to the dialect. | |
| [out] | dialect | Prepared dialect instance. |