openenvutils/commandshell/shell/inc/subst.pro
author William Roberts <williamr@symbian.org>
Sun, 14 Mar 2010 13:10:20 +0000
branchCompilerCompatibility
changeset 8 0d694d202b82
parent 0 2e3d3ce01487
permissions -rw-r--r--
Automatic merge from PDK_3.0.h

/* Generated automatically */
static LinkNode stringsubst _((LinkList list,LinkNode node,int ssub,int asssub));
static int mult_isarr;
static int multsub _((char**s,char***a,int*isarr,UNUSED(char*sep)));
static char*strcatsub _((char**d,char*pb,char*pe,char*src,int l,char*s,int glbsub,int copied));
static char*dopadding _((char*str,int prenum,int postnum,char*preone,char*postone,char*premul,char*postmul));
static int get_intarg _((char**s));
static char*arithsubst _((char*a,char**bptr,char*rest));
static char*dstackent _((char ch,int val));