test/avl_tests.c

changeset 251
fae240d633fc
parent 250
b7d1317b138e
child 259
2f5dea574a75
equal deleted inserted replaced
250:b7d1317b138e 251:fae240d633fc
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include "avl_tests.h" 29 #include "avl_tests.h"
30 30
31 #include "ucx/utils.h" 31 #include <ucx/utils.h>
32 32
33 static int node_height(UcxAVLNode *node) { 33 static int node_height(UcxAVLNode *node) {
34 if(!node) { 34 if(!node) {
35 return 0; 35 return 0;
36 } 36 }

mercurial