Changeset 365 for trunk/dll


Ignore:
Timestamp:
Jul 27, 2006, 4:16:39 AM (19 years ago)
Author:
root
Message:

Add strips.c functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.h

    r337 r365  
    3030  13 Jul 06 SHL Add Runtime_Error
    3131  22 Jul 06 SHL Add memory.c functions
     32  26 Jul 06 SHL Add strips.c functions
    3233
    3334***********************************************************************/
     
    727728
    728729/* strips.c */
     730VOID chop_at_crnl(PSZ pszSrc);
     731PSZ convert_nl_to_nul(PSZ pszSrc);
    729732void strip_lead_char (char *pszStripChars,char *pszSrc);
    730733void strip_trail_char (char *pszStripChars,char *pszSrc);
Note: See TracChangeset for help on using the changeset viewer.