mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
10 lines
146 B
C
10 lines
146 B
C
#ifndef NOTCURSES_TEST_MAIN
|
|
#define NOTCURSES_TEST_MAIN
|
|
|
|
#include "doctest.h"
|
|
#include <notcurses.h>
|
|
|
|
char* find_data(const char* datum);
|
|
|
|
#endif
|