12 lines
199 B
C
12 lines
199 B
C
#ifndef MIE_DIALECT_FUNC_H_
|
|
#define MIE_DIALECT_FUNC_H_
|
|
|
|
#include <mie/misc.h>
|
|
|
|
struct mie_ctx;
|
|
struct mie_dialect;
|
|
|
|
MIE_API struct mie_dialect *mie_func_dialect_create(struct mie_ctx *ctx);
|
|
|
|
#endif
|