Ignore:
Timestamp:
Aug 31, 2007, 6:09:23 AM (18 years ago)
Author:
bird
Message:

kHlp work...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kHlpString.h

    r3552 r3573  
    2828#define ___k_kHlpString_h___
    2929
    30 #include <k/kDefs.h>
     30#include <k/kHlpDefs.h>
    3131#include <k/kTypes.h>
    3232
     
    118118int     kHlpStrIComp(const char *pv1, const char *pv2);
    119119
     120KHLP_DECL(char *)   kHlpInt2Ascii(char *psz, KSIZE cch, long lVal, unsigned iBase);
     121
    120122#ifdef __cplusplus
    121123}
Note: See TracChangeset for help on using the changeset viewer.