Root/b2/subex.h

1/*
2 * subex.h - Substitution (execution)
3 *
4 * Copyright 2012 by Werner Almesberger
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 */
11
12
13#ifndef SUBEX_H
14#define SUBEX_H
15
16#include "param.h"
17#include "subst.h"
18
19
20int substitute(const struct subst *sub, const struct param *in,
21    struct param **out);
22
23void subex_init(void);
24
25#endif /* !SUBEX_H */
26

Archive Download this file

Branches:
master



interactive