Ignore:
Timestamp:
Feb 2, 2003, 9:22:17 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/stringh.h

    r240 r245  
    7272                             ULONG cbSource);
    7373
     74    size_t XWPENTRY strlcpy(char *dst,
     75                            const char *src,
     76                            size_t siz);
     77
     78    size_t strlcat(char *dst,
     79                   const char *src,
     80                   size_t siz);
     81
    7482    ULONG XWPENTRY strhlen(PCSZ pcsz);
    7583
     
    144152                             PCSZ pcszSource);
    145153
     154    BOOL XWPENTRY strhKillChar(PSZ psz,
     155                               CHAR c,
     156                               PULONG pulLength);
     157
    146158    PSZ XWPENTRY strhFindAttribValue(const char *pszSearchIn, const char *pszAttrib);
    147159
Note: See TracChangeset for help on using the changeset viewer.