built-in jambase is packed now
[k8jam.git] / src / expand.h
blob92d3dd251f2691b17234d53280386d85422c201d
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6 /*
7 * expand.h - expand a buffer, given variable values
9 * 11/04/02 (seiwald) - const-ing for string literals
11 #ifndef JAMH_EXPAND_H
12 #define JAMH_EXPAND_H
15 extern LIST *var_expand (LIST *l, const char *in, const char *end, LOL *lol, int cancopyin);
18 #endif