summaryrefslogtreecommitdiff
path: root/im.h
blob: 2579a4277ebbbad034f6747b860628dbc9614143 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef IM_H
#define IM_H

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

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

#endif