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