fcml
1.2.2
|
Structures and functions related to dialects. More...
#include "fcml_lib_export.h"
Go to the source code of this file.
Typedefs | |
typedef struct fcml_st_dialect | fcml_st_dialect |
Assembler dialect. More... | |
Functions | |
LIB_EXPORT void LIB_CALL | fcml_fn_dialect_free (fcml_st_dialect *dialect) |
Frees dialect instance. More... | |
Structures and functions related to dialects.
Functions and structures used for developing new dialects are not exposed as public API. If you are interested in implementing another dialect you have to use internal headers.
typedef struct fcml_st_dialect fcml_st_dialect |
Assembler dialect.
LIB_EXPORT void LIB_CALL fcml_fn_dialect_free | ( | fcml_st_dialect * | dialect | ) |
Frees dialect instance.
Frees all resources occupied by the dialect instance.
dialect | Dialect to be freed. |