File utils.h
File List > note-wptt > test > utils > utils.h
Go to the documentation of this file
/* */
/* Created by joe on 4/25/25. */
/* */
#ifndef UTILS_H
#define UTILS_H
#include "notation_wptt.h"
bool test_util_trees_equal(const note_wptt_t *tree1, const note_wptt_t *tree2);
#endif /* UTILS_H */