Ignore:
Timestamp:
Sep 2, 2007, 9:30:58 PM (18 years ago)
Author:
bird
Message:

Generic kHlpString.h implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kHlp/CRT/kHlpCRTString.cpp

    r3552 r3574  
    145145
    146146
    147 int kHlpMemIComp(const void *pv1, const void *pv2, KSIZE cb)
     147int kHlpMemICompAscii(const void *pv1, const void *pv2, KSIZE cb)
    148148{
    149149    const KU8 *pb1 = (const KU8 *)pv1;
Note: See TracChangeset for help on using the changeset viewer.