Changeset 33540 in vbox for trunk/src/VBox/Runtime/common/string/strtonum.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strtonum.cpp
r28800 r33540 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT - String To Number Conver tion.3 * IPRT - String To Number Conversion. 4 4 */ 5 5 … … 93 93 * 94 94 * @returns iprt status code. 95 * Warnings are used to indicate conver tion problems.95 * Warnings are used to indicate conversion problems. 96 96 * @retval VWRN_NUMBER_TOO_BIG 97 97 * @retval VWRN_NEGATIVE_UNSIGNED … … 217 217 * 218 218 * @returns iprt status code. 219 * Warnings are used to indicate conver tion problems.219 * Warnings are used to indicate conversion problems. 220 220 * @retval VWRN_NUMBER_TOO_BIG 221 221 * @retval VWRN_NEGATIVE_UNSIGNED … … 273 273 * 274 274 * @returns iprt status code. 275 * Warnings are used to indicate conver tion problems.275 * Warnings are used to indicate conversion problems. 276 276 * @retval VWRN_NUMBER_TOO_BIG 277 277 * @retval VWRN_NEGATIVE_UNSIGNED … … 308 308 * 309 309 * @returns iprt status code. 310 * Warnings are used to indicate conver tion problems.310 * Warnings are used to indicate conversion problems. 311 311 * @retval VWRN_NUMBER_TOO_BIG 312 312 * @retval VWRN_NEGATIVE_UNSIGNED … … 360 360 * 361 361 * @returns iprt status code. 362 * Warnings are used to indicate conver tion problems.362 * Warnings are used to indicate conversion problems. 363 363 * @retval VWRN_NUMBER_TOO_BIG 364 364 * @retval VWRN_NEGATIVE_UNSIGNED … … 395 395 * 396 396 * @returns iprt status code. 397 * Warnings are used to indicate conver tion problems.397 * Warnings are used to indicate conversion problems. 398 398 * @retval VWRN_NUMBER_TOO_BIG 399 399 * @retval VWRN_NEGATIVE_UNSIGNED … … 447 447 * 448 448 * @returns iprt status code. 449 * Warnings are used to indicate conver tion problems.449 * Warnings are used to indicate conversion problems. 450 450 * @retval VWRN_NUMBER_TOO_BIG 451 451 * @retval VWRN_NEGATIVE_UNSIGNED … … 482 482 * 483 483 * @returns iprt status code. 484 * Warnings are used to indicate conver tion problems.484 * Warnings are used to indicate conversion problems. 485 485 * @retval VWRN_NUMBER_TOO_BIG 486 486 * @retval VWRN_NEGATIVE_UNSIGNED … … 539 539 * 540 540 * @returns iprt status code. 541 * Warnings are used to indicate conver tion problems.541 * Warnings are used to indicate conversion problems. 542 542 * @retval VWRN_NUMBER_TOO_BIG 543 543 * @retval VWRN_TRAILING_CHARS … … 658 658 * 659 659 * @returns iprt status code. 660 * Warnings are used to indicate conver tion problems.660 * Warnings are used to indicate conversion problems. 661 661 * @retval VWRN_NUMBER_TOO_BIG 662 662 * @retval VINF_SUCCESS … … 713 713 * 714 714 * @returns iprt status code. 715 * Warnings are used to indicate conver tion problems.715 * Warnings are used to indicate conversion problems. 716 716 * @retval VWRN_NUMBER_TOO_BIG 717 717 * @retval VWRN_TRAILING_CHARS … … 748 748 * 749 749 * @returns iprt status code. 750 * Warnings are used to indicate conver tion problems.750 * Warnings are used to indicate conversion problems. 751 751 * @retval VWRN_NUMBER_TOO_BIG 752 752 * @retval VINF_SUCCESS … … 800 800 * 801 801 * @returns iprt status code. 802 * Warnings are used to indicate conver tion problems.802 * Warnings are used to indicate conversion problems. 803 803 * @retval VWRN_NUMBER_TOO_BIG 804 804 * @retval VWRN_TRAILING_CHARS … … 835 835 * 836 836 * @returns iprt status code. 837 * Warnings are used to indicate conver tion problems.837 * Warnings are used to indicate conversion problems. 838 838 * @retval VWRN_NUMBER_TOO_BIG 839 839 * @retval VINF_SUCCESS … … 887 887 * 888 888 * @returns iprt status code. 889 * Warnings are used to indicate conver tion problems.889 * Warnings are used to indicate conversion problems. 890 890 * @retval VWRN_NUMBER_TOO_BIG 891 891 * @retval VWRN_TRAILING_CHARS … … 922 922 * 923 923 * @returns iprt status code. 924 * Warnings are used to indicate conver tion problems.924 * Warnings are used to indicate conversion problems. 925 925 * @retval VWRN_NUMBER_TOO_BIG 926 926 * @retval VINF_SUCCESS
Note:
See TracChangeset
for help on using the changeset viewer.