Changes in src/tests/avltree/avl.h [00b7cd3:6e4b913]
- File:
-
- 1 edited
-
src/tests/avltree/avl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/avltree/avl.h
r00b7cd3 r6e4b913 4 4 extern "C" { 5 5 #define NULL 0 6 void free(void *);7 6 #define assert(cond) if (! (cond)) { printf("Assertion failed: (%s) at %s:%d\n", #cond, __FILE__, __LINE__); abort(); } 8 int printf(const char *, ...);9 7 } 10 8
Note:
See TracChangeset
for help on using the changeset viewer.