|
taskrambler
0.1.8
Web server and task management solution.
|
#include <stdio.h>#include <stdlib.h>#include "class.h"#include "commons.h"#include "utils/memory.h"#include "tree.h"
Include dependency graph for rbtree2.c:Go to the source code of this file.
Macros | |
| #define | NVALUES 10 |
Functions | |
| int | insertCompare (const void *tval, const void *search) |
| void | freeNode (const void *data, const int depth) |
| void | printNode (const void *_node, const int depth) |
| void * | newEle (int value) |
| int | main (int argc, char *argv[]) |
| void freeNode | ( | const void * | data, |
| const int | depth | ||
| ) |
| int insertCompare | ( | const void * | tval, |
| const void * | search | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
=======================================================================
Definition at line 57 of file rbtree2.c.
References freeNode(), insertCompare(), MEM_FREE, memCleanup(), newEle(), printNode(), treeDelete(), treeDestroy(), treeFind(), treeInsert(), and treeWalk().
Here is the call graph for this function:| void* newEle | ( | int | value | ) |
Definition at line 45 of file rbtree2.c.
References memMalloc().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: