File utils.h
File List > gen-rlitt > test > utils > utils.h
Go to the documentation of this file
/* */
/* Created by joe on 4/25/25. */
/* */
#ifndef TEST_GEN_RLITT_CONFIG_UTILS_H
#define TEST_GEN_RLITT_CONFIG_UTILS_H
#include "notation_wptt.h"
#include "storage_defs.h"
bool test_util_trees_equal(const note_wptt_t *tree1, const note_wptt_t *tree2);
void test_util_clear_buffer(void);
note_wptt_node_buffer_t *test_util_get_buffer(void);
void load_note(note_wptt_t **list, char **strings, size_t count);
#endif /* TEST_GEN_RLITT_CONFIG_UTILS_H */