- or download this
extern char * danCGIReplacedCRLF(char * szFixMe){
int i,j,iLen=0,iNewLen=0;
...
return szResult;
}
- or download this
/*********************************************************/
#if 0
...
*s2 = '\0';
return newstr;
}
- or download this
/* what's wrong with strcpy(szResult, "<p>"); ? */