File utils.c
FileList > note-wptt > test > utils > utils.c
Go to the source code of this file
#include "utils.h"
Public Functions
| Type | Name |
|---|---|
| bool | test_util_trees_equal (const note_wptt_t * tree1, const note_wptt_t * tree2) |
Public Static Functions
| Type | Name |
|---|---|
| bool | nodes_walk (const note_wptt_node_t * node1, const note_wptt_node_t * node2) |
Public Functions Documentation
function test_util_trees_equal
bool test_util_trees_equal (
const note_wptt_t * tree1,
const note_wptt_t * tree2
)
Public Static Functions Documentation
function nodes_walk
static bool nodes_walk (
const note_wptt_node_t * node1,
const note_wptt_node_t * node2
)
The documentation for this class was generated from the following file source/note-wptt/test/utils/utils.c