VirtualBox

Changeset 96169 in vbox for trunk/include


Ignore:
Timestamp:
Aug 12, 2022 12:19:37 PM (2 years ago)
Author:
vboxsync
Message:

iprt/string.h: doxygen fix. bugref:10261

File:
1 edited

Legend:

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

    r96163 r96169  
    28502850 * @param   pu64            Where to store the converted number. (optional)
    28512851 */
    2852 RTDECL(int) RTStrToUInt64Ex(const char *pszValue, char **ppszNext, unsigned uBaseAndLen, uint64_t *pu64);
     2852RTDECL(int) RTStrToUInt64Ex(const char *pszValue, char **ppszNext, unsigned uBaseAndMaxLen, uint64_t *pu64);
    28532853
    28542854/**
Note: See TracChangeset for help on using the changeset viewer.

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