Changeset 96169 in vbox for trunk/include
- Timestamp:
- Aug 12, 2022 12:19:37 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r96163 r96169 2850 2850 * @param pu64 Where to store the converted number. (optional) 2851 2851 */ 2852 RTDECL(int) RTStrToUInt64Ex(const char *pszValue, char **ppszNext, unsigned uBaseAnd Len, uint64_t *pu64);2852 RTDECL(int) RTStrToUInt64Ex(const char *pszValue, char **ppszNext, unsigned uBaseAndMaxLen, uint64_t *pu64); 2853 2853 2854 2854 /**
Note:
See TracChangeset
for help on using the changeset viewer.