Changeset 3550 for trunk/kStuff/include/k/kHlpAlloc.h
- Timestamp:
- Aug 26, 2007, 3:13:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kHlpAlloc.h
r3545 r3550 52 52 void * kHlpAlloc(KSIZE cb); 53 53 void * kHlpAllocZ(KSIZE cb); 54 void * kHlpDup( void *pv, KSIZE cb);55 void *kHlpStrDup(const char *psz);54 void * kHlpDup(const void *pv, KSIZE cb); 55 const char *kHlpStrDup(const char *psz); 56 56 void * kHlpRealloc(void *pv, KSIZE cb); 57 57 void kHlpFree(void *pv);
Note:
See TracChangeset
for help on using the changeset viewer.