Changeset 7421 in vbox for trunk/include
- Timestamp:
- Mar 10, 2008 4:58:12 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28856
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r7420 r7421 1104 1104 * as they are used in some languages, just simple upper & lower case compares. 1105 1105 * 1106 * The result is the difference between the mismatching codepoints after they 1107 * both have been lower cased. 1108 * 1109 * If the string encoding is invalid the function will assert (strict builds) 1110 * and use RTStrCmp for the remainder of the string. 1111 * 1106 1112 * @returns < 0 if the first string less than the second string. 1107 1113 * @returns 0 if the first string identical to the second string.
Note:
See TracChangeset
for help on using the changeset viewer.