Changeset 24894 in vbox for trunk/include/iprt
- Timestamp:
- Nov 24, 2009 12:15:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r24893 r24894 1072 1072 * @retval VERR_NO_DIGITS 1073 1073 * 1074 * @todo Deal with prefixes and suffixes!1075 1074 * @param pszVer1 First version string to compare. 1076 * @param pszVer2 First version string to compare. *1075 * @param pszVer2 First version string to compare. 1077 1076 * @param pui8Res Pointer uint8_t value where to store the comparison result: 1078 1077 * 0 if equal, 1 if pszVer1 is greater, 2 if pszVer2 is greater.
Note:
See TracChangeset
for help on using the changeset viewer.