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/Bare/kHlpBareStr.c

    r3573 r3574  
    4040
    4141
    42 int     kHlpMemIComp(const void *pv1, const void *pv2, KSIZE cb)
     42int     kHlpMemICompAscii(const void *pv1, const void *pv2, KSIZE cb)
    4343{
    4444    const KU8 *pb1 = (const KU8 *)pv1;
     
    6060
    6161
    62 int     kHlpStrIComp(const char *pv1, const char *pv2)
     62int     kHlpStrICompAscii(const char *pv1, const char *pv2)
    6363{
    6464    const KU8 *pb1 = (const KU8 *)pv1;
Note: See TracChangeset for help on using the changeset viewer.