Changeset 3546 for trunk/kStuff/include/k/kHlpString.h
- Timestamp:
- Aug 25, 2007, 7:28:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kHlpString.h
r3545 r3546 28 28 #define ___k_kHlpString_h___ 29 29 30 #ifdef __cplusplus 31 extern "C" { 32 #endif 33 30 #if 0 /* optimize / fix this later */ 34 31 #ifdef __GNUC__ 35 32 /** memchr */ … … 65 62 # error "Port Me" 66 63 #endif 64 #endif /* disabled */ 67 65 68 66 #ifdef __cplusplus … … 77 75 #endif 78 76 #ifndef kHlpMemCopy 79 void *kHlpMem Mopy(void *pv1, const void *pv2, KSIZE cb);77 void *kHlpMemCopy(void *pv1, const void *pv2, KSIZE cb); 80 78 #endif 81 79 #ifndef kHlpMemMove
Note:
See TracChangeset
for help on using the changeset viewer.