Changeset 3573 for trunk/kStuff/include/k/kHlpString.h
- Timestamp:
- Aug 31, 2007, 6:09:23 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kHlpString.h
r3552 r3573 28 28 #define ___k_kHlpString_h___ 29 29 30 #include <k/k Defs.h>30 #include <k/kHlpDefs.h> 31 31 #include <k/kTypes.h> 32 32 … … 118 118 int kHlpStrIComp(const char *pv1, const char *pv2); 119 119 120 KHLP_DECL(char *) kHlpInt2Ascii(char *psz, KSIZE cch, long lVal, unsigned iBase); 121 120 122 #ifdef __cplusplus 121 123 }
Note:
See TracChangeset
for help on using the changeset viewer.