Help for this page

Select Code to Download


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