VirtualBox

Changeset 108960 in vbox for trunk/include/iprt/string.h


Ignore:
Timestamp:
Apr 13, 2025 4:28:43 PM (5 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168478
Message:

iprt/string.h: RTStrPutCp/RTStrPutCpInternal doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r106061 r108960  
    12971297 *
    12981298 * @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.
    12991303 *
    13001304 */
     
    14301434 *          the most frequent and simplest sequence, the rest is
    14311435 *          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 *
    14321441 */
    14331442DECLINLINE(char *) RTStrPutCp(char *psz, RTUNICP CodePoint)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette