source tree restructured a little (should i move *.[ch] to src/ ?)
[k8jam.git] / expand.h
blob988aa7aa7e8c614998f9720bfd2b53523219227e
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
7 /*
8 * expand.h - expand a buffer, given variable values
10 * 11/04/02 (seiwald) - const-ing for string literals
13 LIST *var_expand(
14 LIST *l,
15 const char *in,
16 const char *end,
17 LOL *lol,
18 int cancopyin );