Changeset da4b32 in git
- Timestamp:
- Sep 12, 2016, 5:31:21 PM (7 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 98123a6d20c823df0a5dc471793cf7e98e0d5fc8
- Parents:
- 58543e3f682941d3b62b869286d766749a9a385b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xalloc/omalloc.h
r58543e3 rda4b32 5 5 ****************************************/ 6 6 /* 7 * ABSTRACT 7 * ABSTRACT: omalloc simulation 8 8 */ 9 /* debug routines of omalloc are not implemented, but as dummies provided: */ 10 #define OM_NDEBUG 1 11 9 12 #include <stdlib.h> 10 13 #include <string.h>
Note: See TracChangeset
for help on using the changeset viewer.