Changeset 93060 in vbox
- Timestamp:
- Dec 22, 2021 2:33:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r93057 r93060 357 357 * @param cchMax The max number of chars to duplicate, not counting 358 358 * the terminator. 359 * @param pszTag Allocation tag used for statistics and such.360 359 */ 361 360 #define RTStrDupNEx(ppszCopy, pszString, cchMax) RTStrDupNExTag((ppszCopy), (pszString), (cchMax), RTSTR_TAG)
Note:
See TracChangeset
for help on using the changeset viewer.