summaryrefslogtreecommitdiff
path: root/im.c
blob: 26ff25768eb2a3f6d4f8fbf491bbab8853120fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "im.h"
#include "prv.h"
#include "parse.h"
#include "storage.h"
#include <stdio.h>

int im(const struct lex *l, struct prv *p)
{
    fprintf(stderr, "%s: TODO\n", __func__);
    return -1;
}