Changeset 108960 in vbox for trunk/include/iprt/string.h
- Timestamp:
- Apr 13, 2025 4:28:43 PM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168478
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r106061 r108960 1297 1297 * 1298 1298 * @remark This is a worker function for RTStrPutCp(). 1299 * 1300 * @note The function may write up to 6 chars (bytes) at @a psz and is not 1301 * able to check for overflows. The caller is therefore expected to 1302 * ensure sufficient buffer space. 1299 1303 * 1300 1304 */ … … 1430 1434 * the most frequent and simplest sequence, the rest is 1431 1435 * handled by RTStrPutCpInternal(). 1436 * 1437 * @note The function may write up to 6 chars (bytes) at @a psz and is not 1438 * able to check for overflows. The caller is therefore expected to 1439 * ensure sufficient buffer space. 1440 * 1432 1441 */ 1433 1442 DECLINLINE(char *) RTStrPutCp(char *psz, RTUNICP CodePoint)
Note:
See TracChangeset
for help on using the changeset viewer.