Changeset 245 for trunk/include/helpers/stringh.h
- Timestamp:
- Feb 2, 2003, 9:22:17 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/stringh.h
r240 r245 72 72 ULONG cbSource); 73 73 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 74 82 ULONG XWPENTRY strhlen(PCSZ pcsz); 75 83 … … 144 152 PCSZ pcszSource); 145 153 154 BOOL XWPENTRY strhKillChar(PSZ psz, 155 CHAR c, 156 PULONG pulLength); 157 146 158 PSZ XWPENTRY strhFindAttribValue(const char *pszSearchIn, const char *pszAttrib); 147 159
Note:
See TracChangeset
for help on using the changeset viewer.