mie: refactor ir api into a separate sub-directory
This commit is contained in:
11
mie/type.c
11
mie/type.c
@@ -1,11 +0,0 @@
|
||||
#include <mie/type.h>
|
||||
|
||||
static struct mie_type *get_type(struct mie_value *v, struct mie_ctx *ctx)
|
||||
{
|
||||
return MIE_TYPE(v);
|
||||
}
|
||||
|
||||
const struct mie_value_type type_value_type = {
|
||||
.t_id = MIE_VALUE_TYPE,
|
||||
.t_get_type = get_type,
|
||||
};
|
||||
Reference in New Issue
Block a user