summaryrefslogtreecommitdiff
path: root/exit.c
blob: 0438b66a93288ebed5b636c40e96ccbfb0ac51dc (plain) (blame)
1
2
3
4
5
6
7
8
#include "exit.h"
#include "prv.h"

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