ucx/avl.h

changeset 218
b20d6088795c
parent 205
54a7ceb9151f
child 225
a1a068c2c4ef
equal deleted inserted replaced
217:e056e4e0b08e 218:b20d6088795c
42 #ifndef UCX_AVL_H 42 #ifndef UCX_AVL_H
43 #define UCX_AVL_H 43 #define UCX_AVL_H
44 44
45 #include "ucx.h" 45 #include "ucx.h"
46 #include "allocator.h" 46 #include "allocator.h"
47 #include <stdint.h> 47 #include <inttypes.h>
48 48
49 #ifdef __cplusplus 49 #ifdef __cplusplus
50 extern "C" { 50 extern "C" {
51 #endif 51 #endif
52 52

mercurial