Changeset 3574 for trunk/kStuff/kHlp/Bare/kHlpBareStr.c
- Timestamp:
- Sep 2, 2007, 9:30:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kHlp/Bare/kHlpBareStr.c
r3573 r3574 40 40 41 41 42 int kHlpMemIComp (const void *pv1, const void *pv2, KSIZE cb)42 int kHlpMemICompAscii(const void *pv1, const void *pv2, KSIZE cb) 43 43 { 44 44 const KU8 *pb1 = (const KU8 *)pv1; … … 60 60 61 61 62 int kHlpStrIComp (const char *pv1, const char *pv2)62 int kHlpStrICompAscii(const char *pv1, const char *pv2) 63 63 { 64 64 const KU8 *pb1 = (const KU8 *)pv1;
Note:
See TracChangeset
for help on using the changeset viewer.