Changeset 22736 in vbox for trunk/include/iprt
- Timestamp:
- Sep 3, 2009 11:32:59 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51878
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r21741 r22736 173 173 174 174 /** 175 * Allocates a new copy of the given UTF-8 substring. 176 * 177 * @returns Pointer to the allocated UTF-8 substring. 178 * @param pszString UTF-8 string to duplicate. 179 * @param cchMax The max number of chars to duplicate, not counting 180 * the terminator. 181 */ 182 RTDECL(char *) RTStrDupN(const char *pszString, size_t cchMax); 183 184 /** 175 185 * Validates the UTF-8 encoding of the string. 176 186 *
Note:
See TracChangeset
for help on using the changeset viewer.