expand.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 1993, 1995 Christopher Seiwald.
00003  *
00004  * This file is part of Jam - see jam.c for Copyright information.
00005  */
00006 
00007 /*
00008  * expand.h - expand a buffer, given variable values
00009  *
00010  * Changes:
00011  *
00012  * 11/04/02 (seiwald) - const-ing for string literals
00013  */
00014 
00015 LIST *var_expand( 
00016     LIST        *l,
00017     const char  *in,
00018     const char  *end,
00019     LOL         *lol,
00020     int         cancopyin );

Generated on Thu Aug 17 15:54:32 2006 for MaJam by  doxygen 1.4.7