Changeset 96163 in vbox
- Timestamp:
- Aug 12, 2022 11:29:27 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r96160 r96163 3321 3321 * the number. Optional. 3322 3322 * @param cchMax Max number of character to parse. Zero means unlimited. 3323 * @param p lrdWhere to return the number. Optional.3323 * @param prd Where to return the number. Optional. 3324 3324 * 3325 3325 * @note This code isn't entirely perfect yet. It could exhibit rounding … … 3345 3345 * the number. Optional. 3346 3346 * @param cchMax Max number of character to parse. Zero means unlimited. 3347 * @param p lrdWhere to return the number. Optional.3347 * @param pr Where to return the number. Optional. 3348 3348 * 3349 3349 * @note This code isn't entirely perfect yet. It could exhibit rounding
Note:
See TracChangeset
for help on using the changeset viewer.