aboutsummaryrefslogtreecommitdiff
path: root/im.h
blob: 30382ed62e4c67484bac188e17c5e08dabef00ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef IM_H
#define IM_H

#include "lex.h"
#include "parse.h"
#include "prv.h"

int im(const struct lex *l, struct prv *p);
void im_free(struct im *im);

#endif