mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00: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
|