#ifndef NOTCURSES_TEST_MAIN #define NOTCURSES_TEST_MAIN #include #include "version.h" #include "builddef.h" #include #include #include #include #include "internal.h" auto find_data(const char* datum) -> char*; auto testing_notcurses() -> struct notcurses*; auto ncreel_validate(const ncreel* n) -> bool; #endif