fcml
1.1.0
Main Page
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
include
fcml_dialect.h
Go to the documentation of this file.
1
/*
2
* FCML - Free Code Manipulation Library.
3
* Copyright (C) 2010-2015 Slawomir Wojtasiak
4
*
5
* This library is free software; you can redistribute it and/or
6
* modify it under the terms of the GNU Lesser General Public
7
* License as published by the Free Software Foundation; either
8
* version 2.1 of the License, or (at your option) any later version.
9
*
10
* This library is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
* Lesser General Public License for more details.
14
*
15
* You should have received a copy of the GNU Lesser General Public
16
* License along with this library; if not, write to the Free Software
17
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
*/
19
28
#ifndef FCML_DIALECT_H_
29
#define FCML_DIALECT_H_
30
31
#include "
fcml_lib_export.h
"
32
34
typedef
struct
fcml_st_dialect
fcml_st_dialect
;
35
36
#ifdef __cplusplus
37
extern
"C"
{
38
#endif
39
45
LIB_EXPORT
void
LIB_CALL
fcml_fn_dialect_free
(
fcml_st_dialect
*dialect );
46
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
/* FCML_DIALECT_H_ */
fcml_fn_dialect_free
LIB_EXPORT void LIB_CALL fcml_fn_dialect_free(fcml_st_dialect *dialect)
Frees dialect instance.
fcml_st_dialect
struct fcml_st_dialect fcml_st_dialect
Assembler dialect.
Definition:
fcml_dialect.h:34
fcml_lib_export.h
Handles Win32 DLL symbols importing/exporting.
Generated on Tue Feb 3 2015 22:57:11 for fcml by
1.8.8