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