Changeset 14774 in vbox for trunk/include/iprt
- Timestamp:
- Nov 28, 2008 1:02:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r14007 r14774 957 957 * @param ppszNext Where to store the pointer to the first char following the number. (Optional) 958 958 * @param uBase The base of the representation used. 959 * If the function will look for known prefixes before defaulting to 10.959 * If 0 the function will look for known prefixes before defaulting to 10. 960 960 * @param pu64 Where to store the converted number. (optional) 961 961 */ … … 977 977 * @param pszValue Pointer to the string value. 978 978 * @param uBase The base of the representation used. 979 * If the function will look for known prefixes before defaulting to 10.979 * If 0 the function will look for known prefixes before defaulting to 10. 980 980 * @param pu64 Where to store the converted number. (optional) 981 981 */ … … 1027 1027 * @param pszValue Pointer to the string value. 1028 1028 * @param uBase The base of the representation used. 1029 * If the function will look for known prefixes before defaulting to 10.1029 * If 0 the function will look for known prefixes before defaulting to 10. 1030 1030 * @param pu32 Where to store the converted number. (optional) 1031 1031 */ … … 1077 1077 * @param pszValue Pointer to the string value. 1078 1078 * @param uBase The base of the representation used. 1079 * If the function will look for known prefixes before defaulting to 10.1079 * If 0 the function will look for known prefixes before defaulting to 10. 1080 1080 * @param pu16 Where to store the converted number. (optional) 1081 1081 */ … … 1127 1127 * @param pszValue Pointer to the string value. 1128 1128 * @param uBase The base of the representation used. 1129 * If the function will look for known prefixes before defaulting to 10.1129 * If 0 the function will look for known prefixes before defaulting to 10. 1130 1130 * @param pu8 Where to store the converted number. (optional) 1131 1131 */ … … 1175 1175 * @param pszValue Pointer to the string value. 1176 1176 * @param uBase The base of the representation used. 1177 * If the function will look for known prefixes before defaulting to 10.1177 * If 0 the function will look for known prefixes before defaulting to 10. 1178 1178 * @param pi64 Where to store the converted number. (optional) 1179 1179 */ … … 1223 1223 * @param pszValue Pointer to the string value. 1224 1224 * @param uBase The base of the representation used. 1225 * If the function will look for known prefixes before defaulting to 10.1225 * If 0 the function will look for known prefixes before defaulting to 10. 1226 1226 * @param pi32 Where to store the converted number. (optional) 1227 1227 */ … … 1271 1271 * @param pszValue Pointer to the string value. 1272 1272 * @param uBase The base of the representation used. 1273 * If the function will look for known prefixes before defaulting to 10.1273 * If 0 the function will look for known prefixes before defaulting to 10. 1274 1274 * @param pi16 Where to store the converted number. (optional) 1275 1275 */ … … 1319 1319 * @param pszValue Pointer to the string value. 1320 1320 * @param uBase The base of the representation used. 1321 * If the function will look for known prefixes before defaulting to 10.1321 * If 0 the function will look for known prefixes before defaulting to 10. 1322 1322 * @param pi8 Where to store the converted number. (optional) 1323 1323 */
Note:
See TracChangeset
for help on using the changeset viewer.