Changeset 102458 in vbox for trunk/src/libs/xpcom18a4/xpcom/tests
- Timestamp:
- Dec 4, 2023 5:54:51 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160601
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/tests/TestCRT.cpp
r102457 r102458 39 39 #include "nsCRT.h" 40 40 #include "nsString.h" 41 #include "plstr.h"42 41 #include <stdlib.h> 43 42 … … 63 62 PRIntn clib = RTStrCmp(s1, s2); 64 63 PRIntn clib_n = RTStrNCmp(s1, s2, n); 65 PRIntn clib_case = PL_strcasecmp(s1, s2);66 PRIntn clib_case_n = PL_strncasecmp(s1, s2, n);67 64 68 65 nsAutoString t1,t2;
Note:
See TracChangeset
for help on using the changeset viewer.